Remove over include of bsd.port.mk
This commit is contained in:
parent
2b4e4f6f45
commit
d2e06ccd27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339832
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue