diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-09-07 00:11:38 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-09-07 00:11:38 +0800 |
commit | ee1bbc6fc2f1435077e7a754ecc8a0e1ef12c7e3 (patch) | |
tree | 99dd47fc5ecf27acfffa4701254d5525b23bbff6 /games | |
parent | 0caedb23cce265abb0862d1e7ee1d518f7044991 (diff) | |
download | freebsd-ports-gnome-ee1bbc6fc2f1435077e7a754ecc8a0e1ef12c7e3.tar.gz freebsd-ports-gnome-ee1bbc6fc2f1435077e7a754ecc8a0e1ef12c7e3.tar.zst freebsd-ports-gnome-ee1bbc6fc2f1435077e7a754ecc8a0e1ef12c7e3.zip |
- Remove TODO from DOCS
- Set PORTSCOUT, Do not use older versions
Diffstat (limited to 'games')
-rw-r--r-- | games/cuyo/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/cuyo/Makefile b/games/cuyo/Makefile index 36293c98687b..d8e9ee84e615 100644 --- a/games/cuyo/Makefile +++ b/games/cuyo/Makefile @@ -22,7 +22,7 @@ USE_SDL= mixer image USE_XORG= xdmcp xau x11 INSTALLS_ICONS= yes -PORTDOCS= AUTHORS NEWS TODO +PORTDOCS= AUTHORS NEWS OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes @@ -30,6 +30,9 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext:run +# Do not use older versions +PORTSCOUT= skipv:2.~-1.2~beta1 + .include <bsd.port.options.mk> post-install: |