diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-05 09:15:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-05 09:15:49 +0000 |
commit | 3a4866fb15032db332bb8402ce51876d754f213e (patch) | |
tree | 580e3c0dbe891b70ae218e03f1c6b0424f00cf60 /cad/geda | |
parent | Mention devel/avr-gcc-3 as being removed. (diff) |
Add an explicit dependency on pkgconf
Diffstat (limited to 'cad/geda')
-rw-r--r-- | cad/geda/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 5ce6100adb4f..d1aa0bf5b83d 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -20,11 +20,10 @@ RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk OPTIONS_DEFINE= DOCS -USES= pathfix gettext perl5 +USES= pathfix gettext perl5 gmake pkgconfig USE_GNOME= desktopfileutils gtk20 USE_PERL5= run USE_PYTHON= run -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-libstroke=${LOCALBASE} USE_LDCONFIG= yes |