diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-02-09 22:00:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-02-09 22:00:30 +0000 |
commit | 566eafd7493c7d55f9816ee2f1f54d9cddb760e7 (patch) | |
tree | 6a532a34fb83eb68b7bc5790c807dcf7dde4fa2d /devel/gconf | |
parent | Update to 0.36 (diff) |
Remove spurious dependency on converters/iconv
GNOME apps should now be using converters/libiconv with modifications
to use giconv.h and libgiconv
Notes
Notes:
svn path=/head/; revision=38149
Diffstat (limited to 'devel/gconf')
-rw-r--r-- | devel/gconf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile index 39640f312070..4de0c11ba352 100644 --- a/devel/gconf/Makefile +++ b/devel/gconf/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 ; \ |