diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-11 17:55:22 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-11 17:55:22 +0000 |
commit | ae9194526c6c1d358a62110e64e53915cb2c231b (patch) | |
tree | f0fe9418298b9c932100726005b866411e2ea302 /audio | |
parent | 368955ba89ff7cdc865bdca3b92a91eed0ad034f (diff) | |
download | pkgsrc-ae9194526c6c1d358a62110e64e53915cb2c231b.tar.gz |
Seems like we're not using bsd.fast.prefs anymore. Swap for bsd.prefs.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tap-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/tap-plugins/Makefile b/audio/tap-plugins/Makefile index 237be0a52dc..7ce01a7237d 100644 --- a/audio/tap-plugins/Makefile +++ b/audio/tap-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/04/11 15:51:13 rodent Exp $ +# $NetBSD: Makefile,v 1.6 2015/04/11 17:55:22 rodent Exp $ # DISTNAME= tap-plugins-0.7.2 @@ -20,7 +20,7 @@ SUBST_SED.prefix= -e 's|/usr/local|${DESTDIR}${PREFIX}|' INSTALLATION_DIRS+= lib/ladspa share/ladspa/rdf -.include "../../mk/bsd.fast.prefs.mk" +.include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "OpenBSD" BUILDLINK_TRANSFORM+= rm:-lrt |