summaryrefslogtreecommitdiff
path: root/games/xqf/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-25 02:04:41 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-25 02:04:41 +0000
commitc2e35e1afe2d5f4e27b054301c05bcd8b5edd8e4 (patch)
treee7242043512d9befae14fcba10bb038d05fd5bcb /games/xqf/Makefile
parentAdd ttf and xpm support to this port. (diff)
Update to version 0.9.1.
PR: 15415 Submitted by: James Andariese <james@ja.ath.cx>
Notes
Notes: svn path=/head/; revision=24030
Diffstat (limited to 'games/xqf/Makefile')
-rw-r--r--games/xqf/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile
index 6172f9fe37d3..323c5f578db0 100644
--- a/games/xqf/Makefile
+++ b/games/xqf/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-DISTNAME= xqf-0.9.0
+DISTNAME= xqf-0.9.1
CATEGORIES= games
MASTER_SITES= ftp://ftp.linuxgames.com/xqf/
@@ -17,5 +17,8 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
USE_GMAKE= yes
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
+.ifdef CC
+MAKE_ENV+= CC="${CC}"
+.endif
.include <bsd.port.mk>