diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-03-28 14:47:48 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-03-28 14:47:48 +0800 |
commit | e8efdd21e5ff43846d793d8491abfecf222c6dc2 (patch) | |
tree | b0a924a25960c5a794c5f3614258ee9387d99e7f /emulators/snes9x-gtk | |
parent | 2cff994f91a2b9cc6ebdf1c83056d6e0bfbf5f54 (diff) | |
download | freebsd-ports-gnome-e8efdd21e5ff43846d793d8491abfecf222c6dc2.tar.gz freebsd-ports-gnome-e8efdd21e5ff43846d793d8491abfecf222c6dc2.tar.zst freebsd-ports-gnome-e8efdd21e5ff43846d793d8491abfecf222c6dc2.zip |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Diffstat (limited to 'emulators/snes9x-gtk')
-rw-r--r-- | emulators/snes9x-gtk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index 860f3f7e19aa..80b9fbccbaa9 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -7,6 +7,7 @@ PORTNAME= snes9x PORTVERSION= 1.52r79 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://snes9x-gtk.googlecode.com/files/ PKGNAMESUFFIX= -gtk @@ -15,7 +16,7 @@ DISTNAME= snes9x-1.52-src MAINTAINER= root@cooltrainer.org COMMENT= Super Nintendo Entertainment System(SNES) Emulator -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png USE_PERL= 5.8.1+ USE_BZIP2= yes @@ -71,7 +72,7 @@ CONFIGURE_ARGS+= --without-opengl .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 |