diff options
Diffstat (limited to 'net/gq/Makefile')
-rw-r--r-- | net/gq/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile index f322720b857d..82d059e93a3d 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -6,18 +6,19 @@ # PORTNAME= gq -PORTVERSION= 1.0b1 -PORTREVISION= 6 +PORTVERSION= 1.0r1 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://dryice.name/computer/FreeBSD/distfiles/ MASTER_SITE_SUBDIR= gqclient -DISTNAME= gq-${PORTVERSION:S/b/beta/} +DISTNAME= gq-${PORTVERSION:S/r/rc/} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dryice@dryice.name COMMENT= GTK-based LDAP client -USE_GMAKE= yes -USE_ICONV= yes +USE_GCC= 3.4+ +USE_GMAKE= yes +USE_ICONV= yes USE_GETTEXT= yes USE_OPENLDAP= yes USE_OPENSSL= yes |