aboutsummaryrefslogtreecommitdiffstats
path: root/games/xqf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xqf/Makefile')
-rw-r--r--games/xqf/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile
index c17554563e90..a9829c89b9b3 100644
--- a/games/xqf/Makefile
+++ b/games/xqf/Makefile
@@ -13,12 +13,11 @@ MASTER_SITES= ftp://ftp.linuxgames.com/xqf/
MAINTAINER= steve@farrell.org
RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_GMAKE= yes
-MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
-.ifdef CC
-MAKE_ENV+= CC="${CC}"
-.endif
+MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}"
.include <bsd.port.mk>