diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-14 12:14:13 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-14 12:14:13 +0800 |
commit | 8d741724b953b92d9a3e923bb355af61992fe2eb (patch) | |
tree | df30b517b0314c9fd79dd2007a7bd97ae73f7d4c /devel | |
parent | 997a81df8f194a6fffbabc897b3fb79ecf5890fb (diff) | |
download | marcuscom-ports-8d741724b953b92d9a3e923bb355af61992fe2eb.tar.gz marcuscom-ports-8d741724b953b92d9a3e923bb355af61992fe2eb.tar.zst marcuscom-ports-8d741724b953b92d9a3e923bb355af61992fe2eb.zip |
Add gnomeprefix.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7051 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgsf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index 14f559e22..35eaaaf71 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libgsf/Makefile,v 1.22 2006/04/23 22:42:46 mezz Exp $ +# $MCom: ports/devel/libgsf/Makefile,v 1.24 2006/07/18 12:33:24 ahze Exp $ # PORTNAME= libgsf @@ -26,7 +26,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes INSTALLS_SHLIB= yes -USE_GNOME?= gnomehack glib20 libxml2 gconf2 ltverhack intlhack +USE_GNOME?= gnomehack gnomeprefix glib20 libxml2 gconf2 ltverhack intlhack USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc --without-gnome --with-bz2 \ |