diff options
author | ade <ade@FreeBSD.org> | 2001-05-05 05:51:17 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-05 05:51:17 +0800 |
commit | d928200809b11974205cc2ebc7e01aa53e9095f4 (patch) | |
tree | d7b35ef4cd6b2c75fd97640d26ec1ce4666d6041 /net/gnomeicu/Makefile | |
parent | 6855df27735fc5f10d442e902a0e3b24e5c8f96d (diff) | |
download | freebsd-ports-gnome-d928200809b11974205cc2ebc7e01aa53e9095f4.tar.gz freebsd-ports-gnome-d928200809b11974205cc2ebc7e01aa53e9095f4.tar.zst freebsd-ports-gnome-d928200809b11974205cc2ebc7e01aa53e9095f4.zip |
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
Diffstat (limited to 'net/gnomeicu/Makefile')
-rw-r--r-- | net/gnomeicu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gnomeicu/Makefile b/net/gnomeicu/Makefile index f29558638ad6..a1c29d9fd284 100644 --- a/net/gnomeicu/Makefile +++ b/net/gnomeicu/Makefile @@ -7,14 +7,14 @@ PORTNAME= gnomeicu PORTVERSION= 0.96.1 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnomeicu MAINTAINER= nectar@FreeBSD.org -LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ - iconv.2:${PORTSDIR}/converters/iconv +LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv USE_X_PREFIX= yes USE_BZIP2= yes @@ -35,7 +35,7 @@ SOCKSLIBS= -lsocks CONFIGURE_ARGS= --with-statusmenu CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv ${SOCKSLIBS}" \ + LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lgiconv ${SOCKSLIBS}" \ CFLAGS="${CFLAGS}" pre-patch: |