diff options
Diffstat (limited to 'emulators/snes9x/Makefile')
-rw-r--r-- | emulators/snes9x/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 5f9a1a23167c..f5c386ecd642 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -7,7 +7,7 @@ PORTNAME= snes9x PORTVERSION= 1.51 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://files.ipherswipsite.com/snes9x/ \ http://www.geocities.co.jp/SiliconValley-PaloAlto/2560/release/ \ @@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= acm@FreeBSD.org COMMENT= Super Nintendo Entertainment System(SNES) Emulator -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png USE_BZIP2= yes USE_XORG= x11 sm ice xext @@ -80,7 +80,7 @@ SNES9X_BIN= snes9x .endif .if !defined(WITHOUT_SCREENSHOT) -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png CONFIGURE_ARGS+= --with-screenshot .else CONFIGURE_ARGS+= --without-screenshot |