diff options
Diffstat (limited to 'net/gq/Makefile')
-rw-r--r-- | net/gq/Makefile | 4 |
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> |