diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 22:29:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 22:29:38 +0000 |
commit | d2e06ccd2710242d2cbc788150e9a0b436b1d2c9 (patch) | |
tree | d8c9a179f7fd1bb8f8884d403e3afc2863ffbad0 /audio/csound6 | |
parent | 2b4e4f6f4513cc9dd54492cfd8f166c04eb892d7 (diff) | |
download | ports-d2e06ccd2710242d2cbc788150e9a0b436b1d2c9.tar.gz ports-d2e06ccd2710242d2cbc788150e9a0b436b1d2c9.zip |
Notes
Diffstat (limited to 'audio/csound6')
-rw-r--r-- | audio/csound6/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index 83a7922136a0..9a6b3493453e 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -87,7 +87,6 @@ PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:${PORTSDIR}/audio/pulseaudio PULSEAUDIO_CMAKE_OFF= -DUSE_PULSEAUDIO:BOOL=OFF .include <bsd.port.options.mk> -.include <bsd.port.pre.mk> .if ${OSVERSION} < 1000033 BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex @@ -132,4 +131,4 @@ post-install: @${LN} -sf ${i}.6.0 ${STAGEDIR}${PREFIX}/lib/${i}.6 .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> |