diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2019-02-09 07:33:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2019-02-09 07:33:11 +0800 |
commit | aa7b03c83b4c1fd8024ba953a5194f69365c5748 (patch) | |
tree | 449f4971c9fe512c9d9912d4fc5d2102b9639e69 /multimedia | |
parent | 996fcf81b13cd60cbd3fe69e431b22212a762107 (diff) | |
download | freebsd-ports-gnome-aa7b03c83b4c1fd8024ba953a5194f69365c5748.tar.gz freebsd-ports-gnome-aa7b03c83b4c1fd8024ba953a5194f69365c5748.tar.zst freebsd-ports-gnome-aa7b03c83b4c1fd8024ba953a5194f69365c5748.zip |
- Fix the way port.mk is included in preparation for USES=sdl
Approved by: portmgr blanket
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/kodi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index 12d33a75ad5d..9e24f40c5823 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -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> |