aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2007-08-14 22:00:42 +0800
committermm <mm@FreeBSD.org>2007-08-14 22:00:42 +0800
commitae7d51036bd742a768249f09a20dd3bacc62dd3d (patch)
treea57d3544eab602f6ea83af5dbec78fed9a7e8a20
parentbd37ae9080ab218bc97126e04a8227c7d3e92818 (diff)
downloadfreebsd-ports-gnome-ae7d51036bd742a768249f09a20dd3bacc62dd3d.tar.gz
freebsd-ports-gnome-ae7d51036bd742a768249f09a20dd3bacc62dd3d.tar.zst
freebsd-ports-gnome-ae7d51036bd742a768249f09a20dd3bacc62dd3d.zip
- Replace USE_XLIB with USE_XORG=sm xext
- Bump PORTREVISION Approved by: garga (mentor, implicit)
-rw-r--r--games/lincity/Makefile4
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