diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:23:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:23:25 +0000 |
commit | e6ffa1f425ea668e859fae97edfd25a239614331 (patch) | |
tree | 255b3b2c0cd318aabd72e99ccb876cde204de6b7 /emulators/snes9x-gtk/Makefile | |
parent | 9f1b40e753cf899e58168a889a3df63c843fcb4a (diff) |
Notes
Diffstat (limited to 'emulators/snes9x-gtk/Makefile')
-rw-r--r-- | emulators/snes9x-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index 5202e18a0d74..a219b712457b 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -12,7 +12,7 @@ DISTNAME= snes9x-1.53-src MAINTAINER= root@cooltrainer.org COMMENT= Super Nintendo Entertainment System(SNES) Emulator -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USE_BZIP2= yes USE_XORG= x11 sm ice xext |