aboutsummaryrefslogtreecommitdiff
path: root/emulators/vba
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/vba
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/vba')
-rw-r--r--emulators/vba/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile
index 4588cfd64509..6ee0a085ece9 100644
--- a/emulators/vba/Makefile
+++ b/emulators/vba/Makefile
@@ -13,8 +13,8 @@ COMMENT= Open source Gameboy Advance emulator
LICENSE= GPLv2
-BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
-LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
+BUILD_DEPENDS= nasm:devel/nasm
+LIB_DEPENDS= libpng.so:graphics/png
USES= gettext gmake
GNU_CONFIGURE= yes
@@ -35,7 +35,7 @@ OPTIONS_SUB= yes
PROFILING_DESC= Enable profiling
GTK2_CONFIGURE_ON= --enable-gtk=2.4
-GTK2_LIB_DEPENDS= libglademm-2.4.so:${PORTSDIR}/devel/libglademm24
+GTK2_LIB_DEPENDS= libglademm-2.4.so:devel/libglademm24
GTK2_USES= pkgconfig
PROFILING_CONFIGURE_ENABLE= profiling