svn commit: r492470 - head/multimedia/kodi

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Feb 8 23:33:12 UTC 2019


Author: amdmi3
Date: Fri Feb  8 23:33:11 2019
New Revision: 492470
URL: https://svnweb.freebsd.org/changeset/ports/492470

Log:
  - Fix the way port.mk is included in preparation for USES=sdl
  
  Approved by:	portmgr blanket

Modified:
  head/multimedia/kodi/Makefile

Modified: head/multimedia/kodi/Makefile
==============================================================================
--- head/multimedia/kodi/Makefile	Fri Feb  8 23:09:46 2019	(r492469)
+++ head/multimedia/kodi/Makefile	Fri Feb  8 23:33:11 2019	(r492470)
@@ -187,7 +187,7 @@ CONFIGURE_ARGS+=	--disable-debug --enable-gl --disable
 			--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>


More information about the svn-ports-all mailing list