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 | |
parent | 0ed09de945d3296cfa85b65f15f670ee61d53dee (diff) | |
download | ports-566eafd7493c7d55f9816ee2f1f54d9cddb760e7.tar.gz ports-566eafd7493c7d55f9816ee2f1f54d9cddb760e7.zip |
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')
-rw-r--r-- | devel/gconf/Makefile | 6 | ||||
-rw-r--r-- | devel/gconf2/Makefile | 6 |
2 files changed, 6 insertions, 6 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 ; \ diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 39640f312070..4de0c11ba352 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 ; \ |