Remove over include of bsd.port.mk

This commit is contained in:
Baptiste Daroussin 2014-01-15 22:29:38 +00:00
parent 2b4e4f6f45
commit d2e06ccd27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339832

View file

@ -87,7 +87,6 @@ PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:${PORTSDIR}/audio/pulseaudio
PULSEAUDIO_CMAKE_OFF= -DUSE_PULSEAUDIO:BOOL=OFF PULSEAUDIO_CMAKE_OFF= -DUSE_PULSEAUDIO:BOOL=OFF
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000033 .if ${OSVERSION} < 1000033
BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
@ -132,4 +131,4 @@ post-install:
@${LN} -sf ${i}.6.0 ${STAGEDIR}${PREFIX}/lib/${i}.6 @${LN} -sf ${i}.6.0 ${STAGEDIR}${PREFIX}/lib/${i}.6
.endfor .endfor
.include <bsd.port.post.mk> .include <bsd.port.mk>