diff options
Diffstat (limited to 'emulators/vba/Makefile')
-rw-r--r-- | emulators/vba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index bd32036dcb7a..58e152d50738 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -6,7 +6,7 @@ PORTNAME= vba PORTVERSION= 1.7.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/VisualBoyAdvance/${PORTVERSION} DISTNAME= VisualBoyAdvance-src-${PORTVERSION} @@ -15,7 +15,7 @@ MAINTAINER= arundel@h3c.de COMMENT= Open Source Gameboy Advance emulator BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png WANT_GNOME= yes USE_GMAKE= yes |