1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Remove spurious dependency on converters/iconv

GNOME apps should now be using converters/libiconv with modifications
to use giconv.h and libgiconv
This commit is contained in:
Ade Lovett 2001-02-09 22:00:30 +00:00
parent 0ed09de945
commit 566eafd749
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38149
2 changed files with 6 additions and 6 deletions

View File

@ -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 ; \

View File

@ -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 ; \