summaryrefslogtreecommitdiff
path: root/games/ketm
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-17 21:16:45 +0000
committerjlam <jlam>2001-08-17 21:16:45 +0000
commit7561f846cece0cb86e3234e5e1463f4bcb9ef588 (patch)
tree41ea9439b85df823eb19928f444ee8b20db33f17 /games/ketm
parentf8078a78a9737d0da422cd83573039caaef5bf2a (diff)
downloadpkgsrc-7561f846cece0cb86e3234e5e1463f4bcb9ef588.tar.gz
Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in
MAKE_ENV as they are now added by the buildlink files themselves.
Diffstat (limited to 'games/ketm')
-rw-r--r--games/ketm/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/ketm/Makefile b/games/ketm/Makefile
index 999e28a73e8..952a4987ed7 100644
--- a/games/ketm/Makefile
+++ b/games/ketm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/07/26 13:46:39 zuntum Exp $
+# $NetBSD: Makefile,v 1.2 2001/08/17 21:16:51 jlam Exp $
#
DISTNAME= ketm-0.0.4
@@ -15,8 +15,6 @@ ALL_TARGET= ketm
USE_BUILDLINK_ONLY= YES
USE_GMAKE= YES
-MAKE_ENV+= SDL_CONFIG=${BUILDLINK_CONFIG_WRAPPER.SDL}
-
post-patch:
cd ${WRKSRC} && \
for f in *.c; do \