diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 04:50:49 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 04:50:49 +0800 |
commit | d048cb1b27ad164f0521cc28d19b6f78928cca10 (patch) | |
tree | 516e3af0777db7f453d9bb3748a32e4d26e6f0d3 | |
parent | 320c4f4f853f44d6a5b570893e6f2cdb2add03b6 (diff) | |
download | marcuscom-ports-d048cb1b27ad164f0521cc28d19b6f78928cca10.tar marcuscom-ports-d048cb1b27ad164f0521cc28d19b6f78928cca10.tar.gz marcuscom-ports-d048cb1b27ad164f0521cc28d19b6f78928cca10.tar.bz2 marcuscom-ports-d048cb1b27ad164f0521cc28d19b6f78928cca10.tar.lz marcuscom-ports-d048cb1b27ad164f0521cc28d19b6f78928cca10.tar.xz marcuscom-ports-d048cb1b27ad164f0521cc28d19b6f78928cca10.tar.zst marcuscom-ports-d048cb1b27ad164f0521cc28d19b6f78928cca10.zip |
Fix the plist, bump the PORTREVISION.
Reported by: pointyhat-exp
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9751 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net-im/gicq/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile index dd9c400a9..c5218534c 100644 --- a/net-im/gicq/Makefile +++ b/net-im/gicq/Makefile @@ -7,7 +7,7 @@ PORTNAME= gicq PORTVERSION= 0.33 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= http://download.sourceforge.net/gicq/ \ ${MASTER_SITE_LOCAL} @@ -21,7 +21,7 @@ LIB_DEPENDS= icq.0:${PORTSDIR}/net-im/libicq USE_GETTEXT= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_GNOME= gtk12 gnomehack +USE_GNOME= gtk12 gnomehack gnomeprefix WANT_GNOME= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" @@ -29,7 +29,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME+= gnomeprefix gnomelibs +USE_GNOME+= gnomelibs PKGNAMESUFFIX= -gnome .else CONFIGURE_ARGS+=--without-gnome |