summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-17 21:16:45 +0000
committerjlam <jlam@pkgsrc.org>2001-08-17 21:16:45 +0000
commit2c2b34a0f562050cf6a48339ef9c878547bfe84a (patch)
tree41ea9439b85df823eb19928f444ee8b20db33f17 /graphics
parent7bba3453dcd5c02664d566030e3f34ec592d89f7 (diff)
downloadpkgsrc-2c2b34a0f562050cf6a48339ef9c878547bfe84a.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 'graphics')
-rw-r--r--graphics/apla/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/apla/Makefile b/graphics/apla/Makefile
index e430e118b08..1b2ee61c11e 100644
--- a/graphics/apla/Makefile
+++ b/graphics/apla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/07/26 15:13:04 zuntum Exp $
+# $NetBSD: Makefile,v 1.7 2001/08/17 21:16:52 jlam Exp $
#
DISTNAME= apla-1.0.3
@@ -10,10 +10,6 @@ COMMENT= replacement for aviplay player
USE_BUILDLINK_ONLY= YES
-MAKE_ENV+= SDL_CONFIG="${BUILDLINK_CONFIG_WRAPPER.SDL}"
-MAKE_ENV+= AVIFILE_CONFIG="${BUILDLINK_CONFIG_WRAPPER.avifile-devel}"
-MAKE_ENV+= FREETYPE_CONFIG="${BUILDLINK_CONFIG_WRAPPER.freetype2}"
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/apla ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/apla.1 ${PREFIX}/man/man1