diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-16 06:29:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-16 06:29:38 +0800 |
commit | f3539f980f9c43c4988dcce091cb3ffbf9062ad9 (patch) | |
tree | d8c9a179f7fd1bb8f8884d403e3afc2863ffbad0 | |
parent | 8fd2cf3cf3365134160e3f6f63625c83cfd87f4e (diff) | |
download | freebsd-ports-gnome-f3539f980f9c43c4988dcce091cb3ffbf9062ad9.tar.gz freebsd-ports-gnome-f3539f980f9c43c4988dcce091cb3ffbf9062ad9.tar.zst freebsd-ports-gnome-f3539f980f9c43c4988dcce091cb3ffbf9062ad9.zip |
Remove over include of bsd.port.mk
-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> |