diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
commit | 148314483d3098c0d6a33944f1190842e671502f (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/eduke32 | |
parent | 96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff) | |
download | freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.gz freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.zst freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'games/eduke32')
-rw-r--r-- | games/eduke32/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index 2e7833643100..8cd047057452 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -14,10 +14,10 @@ COMMENT= Duke Nukem 3D Port based on JFDuke and EDuke LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/source/gpl-2.0.txt -LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ - libogg.so:${PORTSDIR}/audio/libogg \ - libvorbis.so:${PORTSDIR}/audio/libvorbis \ - libvpx.so:${PORTSDIR}/multimedia/libvpx +LIB_DEPENDS= libFLAC.so:audio/flac \ + libogg.so:audio/libogg \ + libvorbis.so:audio/libvorbis \ + libvpx.so:multimedia/libvpx USES= execinfo gmake tar:xz USE_GCC= any @@ -43,16 +43,16 @@ OPTIONS_DEFAULT=TIMIDITY OPTIONS_DEFINE_i386= ASM OPTIONS_DEFAULT_i386= ASM -ASM_BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm +ASM_BUILD_DEPENDS= nasm:devel/nasm HRP_DESC= Install High Resolution Pack MIDI_DESC= MIDI music support OFFENSIVE_DESC= Install full XXX Pack OFFENSIVE_IMPLIES= HRP SHAREWARE_DESC= Install shareware game data version 1.3 TIMIDITY_DESC= Use Timidity for music support -TIMIDITY_RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity +TIMIDITY_RUN_DEPENDS= timidity:audio/timidity TIMIDITYPLUS_DESC= Use Timidity++ for music support -TIMIDITYPLUS_RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity++ +TIMIDITYPLUS_RUN_DEPENDS= timidity:audio/timidity++ .include <bsd.port.options.mk> |