diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/csound5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/csound5/Makefile b/audio/csound5/Makefile index ee9de6be2e3..5a751d3f856 100644 --- a/audio/csound5/Makefile +++ b/audio/csound5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/02/13 12:25:18 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2014/02/22 00:59:26 mrg Exp $ DISTNAME= Csound${CSOUND_VERSION} PKGNAME= csound5-${CSOUND_VERSION} @@ -29,6 +29,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 5.01 INSTALLATION_DIRS= bin +CHECK_PORTABILITY_SKIP+= installer/misc/makedeb.sh + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" |