1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

- Fix the way port.mk is included in preparation for USES=sdl

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-02-08 23:33:11 +00:00
parent 1be180f9ce
commit 716f0ec6e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492470

View File

@ -187,7 +187,7 @@ CONFIGURE_ARGS+= --disable-debug --enable-gl --disable-gles \
--disable-libbluetooth --disable-libcap \
--disable-gtest --disable-libav-compat
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
.if ${ARCH} != armv6 && ${ARCH} != armv7
BUILD_DEPENDS+= gtk-update-icon-cache:x11-toolkits/gtk20
@ -233,4 +233,4 @@ post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/kodi/kodi-xrandr
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>