aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-09-11 11:32:41 +0800
committerache <ache@FreeBSD.org>2001-09-11 11:32:41 +0800
commit1eef012a40dcc8cbf3e7296c341f7e26703f89d4 (patch)
treeba18ff967dd7709fc780872a2bf6c4ea7f554c5f /emulators
parented6c5c7e0dd17182b15410ac5173ebf0ce1edb20 (diff)
downloadfreebsd-ports-gnome-1eef012a40dcc8cbf3e7296c341f7e26703f89d4.tar.gz
freebsd-ports-gnome-1eef012a40dcc8cbf3e7296c341f7e26703f89d4.tar.zst
freebsd-ports-gnome-1eef012a40dcc8cbf3e7296c341f7e26703f89d4.zip
Bump png major
Diffstat (limited to 'emulators')
-rw-r--r--emulators/freesci/Makefile2
-rw-r--r--emulators/zsnes/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/freesci/Makefile b/emulators/freesci/Makefile
index 9a4c1a733b79..ba0b6e9cf8af 100644
--- a/emulators/freesci/Makefile
+++ b/emulators/freesci/Makefile
@@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.task.gda.pl/pub/games/linuxgames/freesci/ \
MAINTAINER= greid@FreeBSD.org
LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi \
- png.4:${PORTSDIR}/graphics/png
+ png.5:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile
index 1c5b9f8f8cd8..a2a1fd9790b2 100644
--- a/emulators/zsnes/Makefile
+++ b/emulators/zsnes/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= stijn@win.tue.nl
# This must be >= 0.98!
BUILD_DEPENDS= nasm-0.98:${PORTSDIR}/devel/nasm
LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \
- png.4:${PORTSDIR}/graphics/png
+ png.5:${PORTSDIR}/graphics/png
USE_X_PREFIX= yes
USE_GMAKE= yes