summaryrefslogtreecommitdiff
path: root/games/xglk
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-24 23:21:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-24 23:21:25 +0000
commitca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3 (patch)
treee23ad8f32a26812997940fcbb692cd233adb348c /games/xglk
parentUpgrade devel/llvm and lang/llvm-gcc4 to LLVM 2.2. (diff)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Notes
Notes: svn path=/head/; revision=209735
Diffstat (limited to 'games/xglk')
-rw-r--r--games/xglk/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xglk/Makefile b/games/xglk/Makefile
index 1d69e6a38add..a397006a3045 100644
--- a/games/xglk/Makefile
+++ b/games/xglk/Makefile
@@ -20,8 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg png.5:${PORTSDIR}/graphics/png
-USE_XLIB= yes
-USE_X_PREFIX= yes
+USE_XORG= x11
MAKE_ENV+= AR=${AR} RANLIB=${RANLIB} ECHO=${ECHO} RM=${RM}