diff options
Diffstat (limited to 'emulators/hatari/Makefile')
-rw-r--r-- | emulators/hatari/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 818e04eea6c5..1f255e978afe 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -13,8 +13,8 @@ COMMENT= Atari ST emulator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/gpl.txt -LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \ - libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libportaudio.so:audio/portaudio \ + libpng.so:graphics/png USES= cmake desktop-file-utils python readline shared-mime-info \ shebangfix tar:bzip2 |