diff options
Diffstat (limited to 'games/dhewm3/Makefile')
-rw-r--r-- | games/dhewm3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/dhewm3/Makefile b/games/dhewm3/Makefile index f42b8fb6a27a..d9f96ce5f68d 100644 --- a/games/dhewm3/Makefile +++ b/games/dhewm3/Makefile @@ -12,9 +12,9 @@ COMMENT= Doom 3 GPL source port LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/../COPYING.txt -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libogg.so:${PORTSDIR}/audio/libogg \ - libvorbis.so:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= libcurl.so:ftp/curl \ + libogg.so:audio/libogg \ + libvorbis.so:audio/libvorbis USE_GITHUB= yes GH_ACCOUNT= dhewm |