summaryrefslogtreecommitdiff
path: root/multimedia/mpeg4ip/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-12 22:42:57 +0000
committerjlam <jlam@pkgsrc.org>2008-04-12 22:42:57 +0000
commit841dfa0e7aaa6a0f0cce2901291d1d938dd0fc0a (patch)
treefdd67c81079412bf94013749a954125434a9baca /multimedia/mpeg4ip/Makefile
parent6874584eae20f517f70816571f6d4ac696db16b3 (diff)
downloadpkgsrc-841dfa0e7aaa6a0f0cce2901291d1d938dd0fc0a.tar.gz
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
Diffstat (limited to 'multimedia/mpeg4ip/Makefile')
-rw-r--r--multimedia/mpeg4ip/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile
index c1a9f1b7fcd..9d232bfe367 100644
--- a/multimedia/mpeg4ip/Makefile
+++ b/multimedia/mpeg4ip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/08/09 20:02:36 drochner Exp $
+# $NetBSD: Makefile,v 1.14 2008/04/12 22:43:07 jlam Exp $
DISTNAME= mpeg4ip-1.5.0.1
CATEGORIES= multimedia
@@ -19,10 +19,9 @@ OVERRIDE_DIRDEPTH= 3 # */*/*/libtool
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin"
-PLIST_SUBST+= MPEG4IPSDL="@comment "
-.else
-PLIST_SUBST+= MPEG4IPSDL=
+PLIST_VARS+= mpeg4ipSDL
+.if ${OPSYS} != "Darwin"
+PLIST.mpeg4ipSDL= yes
.endif
.include "../../devel/SDL/buildlink3.mk"