summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorrodent <rodent>2015-04-11 15:51:13 +0000
committerrodent <rodent>2015-04-11 15:51:13 +0000
commitfd8cdd130be21dadde0bcc7de820367ce3d7d87a (patch)
treee3e735b3a67446ee86af3a4e6f872539d9a5fdeb /audio
parente0b568d72deb9bc6fb32a590769cea1ad3b94290 (diff)
downloadpkgsrc-fd8cdd130be21dadde0bcc7de820367ce3d7d87a.tar.gz
Forgot to include bsd.fast.prefs for ${OPSYS} to work.
Diffstat (limited to 'audio')
-rw-r--r--audio/tap-plugins/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/tap-plugins/Makefile b/audio/tap-plugins/Makefile
index 7ac49e7a30e..237be0a52dc 100644
--- a/audio/tap-plugins/Makefile
+++ b/audio/tap-plugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/04/11 01:26:56 rodent Exp $
+# $NetBSD: Makefile,v 1.5 2015/04/11 15:51:13 rodent Exp $
#
DISTNAME= tap-plugins-0.7.2
@@ -20,6 +20,8 @@ SUBST_SED.prefix= -e 's|/usr/local|${DESTDIR}${PREFIX}|'
INSTALLATION_DIRS+= lib/ladspa share/ladspa/rdf
+.include "../../mk/bsd.fast.prefs.mk"
+
.if ${OPSYS} == "OpenBSD"
BUILDLINK_TRANSFORM+= rm:-lrt
.elif ${OPSYS} == "Darwin"