diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 01:50:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 01:50:31 +0800 |
commit | 52850827b762569bf18cff831fe47c9e1c57e022 (patch) | |
tree | 3fa74ece3b2e905ffc9b7e1ab1ab33c96c334214 /games | |
parent | 73e4c77f269ec92d0c806265c4df21a52f48081f (diff) | |
download | freebsd-ports-gnome-52850827b762569bf18cff831fe47c9e1c57e022.tar.gz freebsd-ports-gnome-52850827b762569bf18cff831fe47c9e1c57e022.tar.zst freebsd-ports-gnome-52850827b762569bf18cff831fe47c9e1c57e022.zip |
- USE SF macro
- Get rid of USE_X_PREFIX.
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/cgoban/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile index 31611dbd76d6..21df04d37b1e 100644 --- a/games/cgoban/Makefile +++ b/games/cgoban/Makefile @@ -7,17 +7,17 @@ PORTNAME= cgoban PORTVERSION= 1.9.14 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= cgoban1 MAINTAINER= amdmi3@amdmi3.ru COMMENT= Internet Go Server client and game editor -USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes +USE_XORG= x11 ice sm MAN6= cgoban.6 PLIST_FILES= bin/cgoban |