aboutsummaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /emulators/vice
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412346
Diffstat (limited to 'emulators/vice')
-rw-r--r--emulators/vice/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index f3e5b5cd75cb..6872edf04945 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -14,13 +14,13 @@ COMMENT= Emulator for Commodore C64, C128, VIC20, PET, and CBM-II
LICENSE= GPLv2
-BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
- mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
- mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
-LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
- libgif.so:${PORTSDIR}/graphics/giflib \
- libmp3lame.so:${PORTSDIR}/audio/lame \
- libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
+BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \
+ mkfontdir:x11-fonts/mkfontdir \
+ mkfontscale:x11-fonts/mkfontscale
+LIB_DEPENDS= libpng.so:graphics/png \
+ libgif.so:graphics/giflib \
+ libmp3lame.so:audio/lame \
+ libavcodec.so:multimedia/ffmpeg
RESTRICTED= ROMs are copyrighted by Commodore Business Machines
@@ -78,14 +78,14 @@ PULSE_DESC= build with pulseaudio support
GNOMEUI_CONFIGURE_ENABLE= gnomeui
XAW3D_CONFIGURE_WITH= xaw3d
-XAW3D_LIB_DEPENDS= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d
+XAW3D_LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d
SDL_USE= SDL=sdl
SDL_CONFIGURE_ON= --with-sdlsound
SDL_CPPFLAGS= -I${LOCALBASE}/include/SDL
ASOUND_CONFIGURE_OFF= --without-alsa
-ASOUND_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib
+ASOUND_LIB_DEPENDS= libasound.so:audio/alsa-lib
PULSE_CONFIGURE_OFF= --without-pulse
-PULSE_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio
+PULSE_LIB_DEPENDS= libpulse.so:audio/pulseaudio
.include <bsd.port.options.mk>