diff options
author | pawel <pawel@FreeBSD.org> | 2015-01-25 08:46:11 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-01-25 08:46:11 +0800 |
commit | aa393ceb701b347e7dd271313353bfc117782e1e (patch) | |
tree | fa385db6814c3ed82dc948ab39cfdc5f599b9af4 /emulators | |
parent | 6f1660a6332e68ce2523facfa1eac19bde339388 (diff) | |
download | freebsd-ports-gnome-aa393ceb701b347e7dd271313353bfc117782e1e.tar.gz freebsd-ports-gnome-aa393ceb701b347e7dd271313353bfc117782e1e.tar.zst freebsd-ports-gnome-aa393ceb701b347e7dd271313353bfc117782e1e.zip |
Fix detection of libportaudio libraries
PR: 196427
Submitted by: myself
Approved by: hselasky, stephen, marcus, maintainer timeout from others
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hatari/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 4e1c9ec46611..421fb836f26a 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -13,9 +13,8 @@ COMMENT= Atari ST emulator LICENSE= GPLv2 # (or later) -BUILD_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2 -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png -RUN_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2 +LIB_DEPENDS= libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \ + libpng.so:${PORTSDIR}/graphics/png USES= cmake readline tar:bzip2 USE_GNOME= pygtk2 |