aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2010-12-14 04:39:23 +0800
committeracm <acm@FreeBSD.org>2010-12-14 04:39:23 +0800
commit3473544a17522713681a5a25cdb929d437da2c99 (patch)
treecdd64abb419e12c8722c10dc09a58cfe739eaae3 /emulators
parent97b94fdf3af037c8860d861dfbf6dd9f178cd1ae (diff)
downloadfreebsd-ports-gnome-3473544a17522713681a5a25cdb929d437da2c99.tar.gz
freebsd-ports-gnome-3473544a17522713681a5a25cdb929d437da2c99.tar.zst
freebsd-ports-gnome-3473544a17522713681a5a25cdb929d437da2c99.zip
- Add missing dependency
Reported by: pav
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mupen64plus-core/Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/mupen64plus-core/Makefile.common b/emulators/mupen64plus-core/Makefile.common
index 240aea7e1fdb..232a816eaf60 100644
--- a/emulators/mupen64plus-core/Makefile.common
+++ b/emulators/mupen64plus-core/Makefile.common
@@ -21,6 +21,10 @@ PLIST= ${WRKDIR}/pkg-plist
MAN6= mupen64plus.6
.endif
+.if ${PKGNAMESUFFIX} == "-video-rice"
+LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png
+.endif
+
.if ${PKGNAMESUFFIX} != "-core"
post-extract:
. if ${PKGNAMESUFFIX} == "-ui-console"