aboutsummaryrefslogtreecommitdiff
path: root/net/gq/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-10-01 14:49:37 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-10-01 14:49:37 +0000
commitc78be61c3cc94721bb6e0b243e50388d2c14cd94 (patch)
tree5b16d113eaf248a56020bfd281b8dc4dcb49b5d0 /net/gq/Makefile
parent9581a76b1258b4f6ae3f6416526f9778e9f84195 (diff)
downloadports-c78be61c3cc94721bb6e0b243e50388d2c14cd94.tar.gz
ports-c78be61c3cc94721bb6e0b243e50388d2c14cd94.zip
Notes
Diffstat (limited to 'net/gq/Makefile')
-rw-r--r--net/gq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile
index f01dea00c77f..25c6551d2c55 100644
--- a/net/gq/Makefile
+++ b/net/gq/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gq
-PORTVERSION= 0.2.3
+PORTVERSION= 0.3.0
CATEGORIES= net
MASTER_SITES= http://biot.com/gq/download/
@@ -20,6 +20,6 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
-CONFIGURE_ARGS= --datadir=${PREFIX}/share --with-ldap=${LOCALBASE}
+CONFIGURE_ARGS= --with-ldap=${LOCALBASE}
.include <bsd.port.mk>