diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-15 13:06:33 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-15 13:06:33 +0800 |
commit | 2c403aba88f1235e40015a538808e74c821bbd30 (patch) | |
tree | 8e4ccc196e5a25e7e92c730cace86a4fbd3ed5ce /devel | |
parent | 0b91cbfa2da8cecb4c1ab803861aa8529ce545ee (diff) | |
download | marcuscom-ports-2c403aba88f1235e40015a538808e74c821bbd30.tar marcuscom-ports-2c403aba88f1235e40015a538808e74c821bbd30.tar.gz marcuscom-ports-2c403aba88f1235e40015a538808e74c821bbd30.tar.bz2 marcuscom-ports-2c403aba88f1235e40015a538808e74c821bbd30.tar.lz marcuscom-ports-2c403aba88f1235e40015a538808e74c821bbd30.tar.xz marcuscom-ports-2c403aba88f1235e40015a538808e74c821bbd30.tar.zst marcuscom-ports-2c403aba88f1235e40015a538808e74c821bbd30.zip |
GConf still requires gnomehier since it doesn't use gnomeprefix.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3438 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gconf2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 8d4ec39a5..210e35de2 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -20,7 +20,7 @@ COMMENT= A configuration database system for GNOME USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack orbit2 gtk20 libxml2 linc +USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 linc INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ |