diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-25 17:54:53 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-25 17:54:53 +0800 |
commit | d54bd0c079063d38f1dd5d72147d05c226d8da88 (patch) | |
tree | c8341cd13a2dedd3a047a201855d7da852085fd8 | |
parent | b1ae375ad4604c99b6acf59db474af0a277c8775 (diff) | |
download | marcuscom-ports-d54bd0c079063d38f1dd5d72147d05c226d8da88.tar marcuscom-ports-d54bd0c079063d38f1dd5d72147d05c226d8da88.tar.gz marcuscom-ports-d54bd0c079063d38f1dd5d72147d05c226d8da88.tar.bz2 marcuscom-ports-d54bd0c079063d38f1dd5d72147d05c226d8da88.tar.lz marcuscom-ports-d54bd0c079063d38f1dd5d72147d05c226d8da88.tar.xz marcuscom-ports-d54bd0c079063d38f1dd5d72147d05c226d8da88.tar.zst marcuscom-ports-d54bd0c079063d38f1dd5d72147d05c226d8da88.zip |
introspection is only needed at build time.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18595 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/pango/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 06db9a931..8ad85017a 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -29,7 +29,7 @@ USE_GMAKE= yes MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -USE_GNOME= glib20 ltverhack referencehack introspection +USE_GNOME= glib20 ltverhack referencehack introspection:build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |