diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
commit | 33e3d901d4375c73d7a95b6894c0022d6be7eb95 (patch) | |
tree | 34bbfd02d2930c7d48865fddb99f6e755da7b857 /games/cosmo | |
parent | 842d1150059240d52d41ca8332c4895bd037e0a9 (diff) |
Notes
Diffstat (limited to 'games/cosmo')
-rw-r--r-- | games/cosmo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/cosmo/Makefile b/games/cosmo/Makefile index 9f4ace828ecd..bb05fc4dfee0 100644 --- a/games/cosmo/Makefile +++ b/games/cosmo/Makefile @@ -7,7 +7,7 @@ PORTNAME= cosmo PORTVERSION= 2.0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ftp://133.25.251.9/pub/linux/Vine/VinePlus/1.1/JG-0.9.1/other-sources/jp/ \ ftp://ftp.uni-erlangen.de/.mirrors/ftpbsd/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/cosmo/ @@ -22,6 +22,7 @@ NO_CDROM= Possible copyright infringement WRKSRC= ${WRKDIR}/cosmo2 DIST_SUBDIR= cosmo USE_IMAKE= yes +USE_XORG= x11 xext XMKMF= xmkmf NO_INSTALL_MANPAGES= yes |