diff options
author | acm <acm@FreeBSD.org> | 2010-12-14 04:39:23 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2010-12-14 04:39:23 +0800 |
commit | 3473544a17522713681a5a25cdb929d437da2c99 (patch) | |
tree | cdd64abb419e12c8722c10dc09a58cfe739eaae3 /emulators | |
parent | 97b94fdf3af037c8860d861dfbf6dd9f178cd1ae (diff) | |
download | freebsd-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.common | 4 |
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" |