summaryrefslogtreecommitdiffstats
path: root/devel/gconf2
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2001-02-09 22:00:30 +0000
committerade <ade@FreeBSD.org>2001-02-09 22:00:30 +0000
commit790c10b216eaa47abf96bd1657a78fb7fb1e36f2 (patch)
treea76687a862ee5105a66e595250be0053fc9793f0 /devel/gconf2
parent9e2bba9df9c242e5d119b4f1eb027bd5dd27282d (diff)
downloadFreeBSD-ports-790c10b216eaa47abf96bd1657a78fb7fb1e36f2.zip
FreeBSD-ports-790c10b216eaa47abf96bd1657a78fb7fb1e36f2.tar.gz
Remove spurious dependency on converters/iconv
GNOME apps should now be using converters/libiconv with modifications to use giconv.h and libgiconv
Diffstat (limited to 'devel/gconf2')
-rw-r--r--devel/gconf2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile
index 39640f3..4de0c11 100644
--- a/devel/gconf2/Makefile
+++ b/devel/gconf2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gconf
PORTVERSION= 0.12
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/GConf
@@ -16,8 +17,7 @@ MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
guile.9:${PORTSDIR}/lang/guile \
- oaf.0:${PORTSDIR}/devel/oaf \
- iconv.2:${PORTSDIR}/converters/iconv
+ oaf.0:${PORTSDIR}/devel/oaf
USE_GMAKE= yes
USE_X_PREFIX= yes
@@ -25,7 +25,7 @@ USE_LIBTOOL= yes
USE_GNOME= yes
INSTALL_SHLIBS= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -liconv"
+ LIBS="-L${LOCALBASE}/lib"
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
OpenPOWER on IntegriCloud