diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /cad/geda | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) |
Notes
Diffstat (limited to 'cad/geda')
-rw-r--r-- | cad/geda/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 1acae6907c1e..30c530e04bbb 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -14,10 +14,10 @@ COMMENT= GPL Electronic Design Automation tools LICENSE= GPLv2+ -LIB_DEPENDS= libstroke.so:${PORTSDIR}/devel/libstroke \ - libguile.so:${PORTSDIR}/lang/guile -RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk\ - m4>=1.4.11:${PORTSDIR}/devel/m4 +LIB_DEPENDS= libstroke.so:devel/libstroke \ + libguile.so:lang/guile +RUN_DEPENDS= gawk:lang/gawk\ + m4>=1.4.11:devel/m4 USES= desktop-file-utils gettext gmake libtool pathfix perl5 \ pkgconfig python:run shared-mime-info shebangfix |