From 566eafd7493c7d55f9816ee2f1f54d9cddb760e7 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Fri, 9 Feb 2001 22:00:30 +0000 Subject: [PATCH] Remove spurious dependency on converters/iconv GNOME apps should now be using converters/libiconv with modifications to use giconv.h and libgiconv --- devel/gconf/Makefile | 6 +++--- 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 ; \