diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-09 00:38:17 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-09 00:38:17 +0000 |
commit | 628702e48aba1ec5c7b014bbcef7a802041d8835 (patch) | |
tree | 98ae810f6b2283360825e9aea9ef7d320b40fdc5 /games/qgo/Makefile | |
parent | e9e2a05009bdde28a89f5a81a9ff9fae18bb3c67 (diff) | |
download | ports-628702e48aba1ec5c7b014bbcef7a802041d8835.tar.gz ports-628702e48aba1ec5c7b014bbcef7a802041d8835.zip |
Notes
Diffstat (limited to 'games/qgo/Makefile')
-rw-r--r-- | games/qgo/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/qgo/Makefile b/games/qgo/Makefile index 5099ecbc2fae..b67ecc00982f 100644 --- a/games/qgo/Makefile +++ b/games/qgo/Makefile @@ -7,17 +7,14 @@ # PORTNAME= qgo -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= A Go board and SGF editor written with the Qt library -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} - USE_QT_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes |