diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-12-13 20:39:23 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-12-13 20:39:23 +0000 |
commit | 058205ebdf94357d9511cd165f6dfb93f1f142b8 (patch) | |
tree | 6d2fe003fbe44e6ea8e28f323ac7962e2eb67204 | |
parent | e63127618cd494c87e39086a48fff9e8bde2b5c1 (diff) | |
download | freebsd-ports-058205ebdf94357d9511cd165f6dfb93f1f142b8.zip |
- Add missing dependency
Reported by: pav
-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" |