diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-08-14 14:00:42 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-08-14 14:00:42 +0000 |
commit | 48c716f738215befb478c6de199c8b7f816c405b (patch) | |
tree | a32a06f5dac0346b35d34fc520339f32de1b2525 /games/lincity | |
parent | f5d8fad0b15957910afcc1f96f12c93923fcde2e (diff) | |
download | ports-48c716f738215befb478c6de199c8b7f816c405b.tar.gz ports-48c716f738215befb478c6de199c8b7f816c405b.zip |
Notes
Diffstat (limited to 'games/lincity')
-rw-r--r-- | games/lincity/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/lincity/Makefile b/games/lincity/Makefile index 6b7316d5443c..51c56045230d 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -7,7 +7,7 @@ PORTNAME= lincity PORTVERSION= 1.13.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -33,7 +33,7 @@ LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib CONFIGURE_ARGS+= --without-x PLIST_SUB= PROG="bin/lincity" .else -USE_XLIB= yes +USE_XORG= sm xext CONFIGURE_ARGS+= --without-svga PLIST_SUB= PROG="bin/xlincity" .endif |