diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-21 16:12:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-21 16:12:26 +0800 |
commit | c6be86c1a61600a9822bdffc2b28328ad2582737 (patch) | |
tree | 89371360922274cf05b3c033431e44b7b889ee82 | |
parent | 876defa6b5b512b23eddf24b8d2f0e7ed9606798 (diff) | |
download | freebsd-ports-gnome-c6be86c1a61600a9822bdffc2b28328ad2582737.tar.gz freebsd-ports-gnome-c6be86c1a61600a9822bdffc2b28328ad2582737.tar.zst freebsd-ports-gnome-c6be86c1a61600a9822bdffc2b28328ad2582737.zip |
- Update depdendency
PR: 189570
Submitted by: "Charlie &" <root@tomse.dk>
Approved by: maintainer
-rw-r--r-- | emulators/fs-uae/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/fs-uae/Makefile b/emulators/fs-uae/Makefile index a71bc38930a6..aa835860e9d6 100644 --- a/emulators/fs-uae/Makefile +++ b/emulators/fs-uae/Makefile @@ -3,6 +3,7 @@ PORTNAME= fs-uae PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://fs-uae.net/stable/${PORTVERSION}/ @@ -12,7 +13,7 @@ COMMENT= Amiga emulator LICENSE= GPLv2 LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ - libopenal.so:${PORTSDIR}/audio/openal + libopenal.so:${PORTSDIR}/audio/openal-soft USES= gettext gmake pkgconfig USE_SDL= sdl |