diff options
author | steve <steve@FreeBSD.org> | 1999-12-25 10:04:41 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-25 10:04:41 +0800 |
commit | fce30afaf888ceb28130fc18d7d5fdce9288e1a5 (patch) | |
tree | 03cefe6a34a6bba305d06f6c20226b264355284c /games/xqf | |
parent | 47e9221c43e742f082abd2616e4d189e0c56703f (diff) | |
download | freebsd-ports-gnome-fce30afaf888ceb28130fc18d7d5fdce9288e1a5.tar.gz freebsd-ports-gnome-fce30afaf888ceb28130fc18d7d5fdce9288e1a5.tar.zst freebsd-ports-gnome-fce30afaf888ceb28130fc18d7d5fdce9288e1a5.zip |
Update to version 0.9.1.
PR: 15415
Submitted by: James Andariese <james@ja.ath.cx>
Diffstat (limited to 'games/xqf')
-rw-r--r-- | games/xqf/Makefile | 5 | ||||
-rw-r--r-- | games/xqf/distinfo | 2 |
2 files changed, 5 insertions, 2 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> diff --git a/games/xqf/distinfo b/games/xqf/distinfo index e886ed7e088b..42cbd6d3f27f 100644 --- a/games/xqf/distinfo +++ b/games/xqf/distinfo @@ -1 +1 @@ -MD5 (xqf-0.9.0.tar.gz) = bea6da8382392795f12dcc4d90513c71 +MD5 (xqf-0.9.1.tar.gz) = af9826700fbb06f6e0d24edccdc72acf |