diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-05 00:55:25 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-05 00:55:25 +0800 |
commit | e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9 (patch) | |
tree | 4f85da7a3c913f0b6d3eaee685d5d67092dd8102 /textproc/libcroco | |
parent | 69b849628dc4926ef0be2d6b984a7e6c6728d48c (diff) | |
download | marcuscom-ports-e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9.tar marcuscom-ports-e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9.tar.gz marcuscom-ports-e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9.tar.bz2 marcuscom-ports-e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9.tar.lz marcuscom-ports-e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9.tar.xz marcuscom-ports-e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9.tar.zst marcuscom-ports-e9d8d3c6a582f7ec0f52ff924a7442b23846e0f9.zip |
Replace some USE_GNOME=pkgconfig elemments with USE_PKGCONFIG=build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17018 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/libcroco')
-rw-r--r-- | textproc/libcroco/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile index 451d3c451..363a9f5d8 100644 --- a/textproc/libcroco/Makefile +++ b/textproc/libcroco/Makefile @@ -18,7 +18,8 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_GNOME= gnomehack glib20 libxml2 ltverhack pkgconfig +USE_GNOME= gnomehack glib20 libxml2 ltverhack +USE_PKGCONFIG= build CONFIGURE_ARGS= --disable-gtk-doc-html PLIST_SUB= VERSION="0.6" |