diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /emulators/mupen64plus-core/Makefile.common | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'emulators/mupen64plus-core/Makefile.common')
-rw-r--r-- | emulators/mupen64plus-core/Makefile.common | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/mupen64plus-core/Makefile.common b/emulators/mupen64plus-core/Makefile.common index 8782b36bdce8..4ffcb2c7b9f1 100644 --- a/emulators/mupen64plus-core/Makefile.common +++ b/emulators/mupen64plus-core/Makefile.common @@ -10,19 +10,19 @@ EXTRACT_AFTER_ARGS?= "${DISTNAME}/source/${PORTNAME}-core/*" \ "${DISTNAME}/source/${PORTNAME}${PKGNAMESUFFIX}/*" .if ${PKGNAMESUFFIX} == "-core" -LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2 \ - libpng.so:${PORTSDIR}/graphics/png \ - libminizip.so:${PORTSDIR}/archivers/minizip +LIB_DEPENDS+= libfreetype.so:print/freetype2 \ + libpng.so:graphics/png \ + libminizip.so:archivers/minizip .else PLIST= ${WRKDIR}/pkg-plist .endif .if ${PKGNAMESUFFIX} == "-video-rice" -LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS+= libpng.so:graphics/png .endif .if ${PKGNAMESUFFIX} == "-video-glide64mk" -LIB_DEPENDS+= libboost_thread.so:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS+= libboost_thread.so:devel/boost-libs .endif .if ${PKGNAMESUFFIX} != "-core" |