diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-10-01 22:49:37 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-10-01 22:49:37 +0800 |
commit | 22c9e90c0162a1fe5d50989535fecb9046c34ed9 (patch) | |
tree | 95dd58208fbc01d77efbbd52d01018aade69e682 /net | |
parent | 14154c2a4e5cb4730c1564de5a2315d60ba3dfb7 (diff) | |
download | freebsd-ports-gnome-22c9e90c0162a1fe5d50989535fecb9046c34ed9.tar.gz freebsd-ports-gnome-22c9e90c0162a1fe5d50989535fecb9046c34ed9.tar.zst freebsd-ports-gnome-22c9e90c0162a1fe5d50989535fecb9046c34ed9.zip |
Update to version 0.3.0
PR: 21671
Submitted by: MAINTAINER
Diffstat (limited to 'net')
-rw-r--r-- | net/gq/Makefile | 4 | ||||
-rw-r--r-- | net/gq/distinfo | 2 |
2 files changed, 3 insertions, 3 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> diff --git a/net/gq/distinfo b/net/gq/distinfo index 00368886e5c6..64ef315b0da0 100644 --- a/net/gq/distinfo +++ b/net/gq/distinfo @@ -1 +1 @@ -MD5 (gq-0.2.3.tar.gz) = e7996427088568630b41f9a8704f4c8b +MD5 (gq-0.3.0.tar.gz) = bab7703de4013ba3678bd37765e8bd60 |