diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-09-06 16:11:38 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-09-06 16:11:38 +0000 |
commit | d55320bbfd5936951c8fa4c9e96c6d4b4fdf7be4 (patch) | |
tree | 99dd47fc5ecf27acfffa4701254d5525b23bbff6 /games/cuyo/Makefile | |
parent | 4789e2301e9f905036edf69a68ea8b1f94793900 (diff) |
Notes
Diffstat (limited to 'games/cuyo/Makefile')
-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: |