aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/dynagen
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /emulators/dynagen
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadfreebsd-ports-gnome-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
freebsd-ports-gnome-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.zst
freebsd-ports-gnome-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'emulators/dynagen')
-rw-r--r--emulators/dynagen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/dynagen/Makefile b/emulators/dynagen/Makefile
index 7356ca40f897..84ca66957550 100644
--- a/emulators/dynagen/Makefile
+++ b/emulators/dynagen/Makefile
@@ -12,8 +12,8 @@ COMMENT= Text-based front end for Dynamips development version
LICENSE= GPLv2
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.4.0:${PORTSDIR}/devel/py-configobj \
- dynamips:${PORTSDIR}/emulators/dynamips-community
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.4.0:devel/py-configobj \
+ dynamips:emulators/dynamips-community
PLIST_FILES= bin/dynagen "@sample etc/dynagen.ini.sample"