diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-11 15:51:13 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-11 15:51:13 +0000 |
commit | eb530e938e083fd40d4889c74617521782fbe129 (patch) | |
tree | e3e735b3a67446ee86af3a4e6f872539d9a5fdeb /audio | |
parent | 9caa98afe4495d16d6e83e5ec3ae35abe2a73a08 (diff) | |
download | pkgsrc-eb530e938e083fd40d4889c74617521782fbe129.tar.gz |
Forgot to include bsd.fast.prefs for ${OPSYS} to work.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tap-plugins/Makefile | 4 |
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" |