diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-18 00:29:31 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-18 00:29:31 +0000 |
commit | 1a292127112a19ca6a63f7a33068a2d28a00932c (patch) | |
tree | 779b57fc9d4dd043702e04d85ac4e9479eb4846f /net-im/gossip/Makefile | |
parent | 86fbc34c39a30e38f7232511c56389cc916c91cb (diff) | |
download | FreeBSD-ports-1a292127112a19ca6a63f7a33068a2d28a00932c.zip FreeBSD-ports-1a292127112a19ca6a63f7a33068a2d28a00932c.tar.gz |
* Update to 0.4
* Install locale files
Diffstat (limited to 'net-im/gossip/Makefile')
-rw-r--r-- | net-im/gossip/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile index 3629361..16b6f28 100644 --- a/net-im/gossip/Makefile +++ b/net-im/gossip/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gossip -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4 MAINTAINER= gnome@FreeBSD.org COMMENT= GTK2 Jabber Instant Messaging client @@ -21,5 +21,7 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |