diff options
Diffstat (limited to 'cad/geda/Makefile')
-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 |