diff options
author | John Marino <marino@FreeBSD.org> | 2014-11-19 19:17:06 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-11-19 19:17:06 +0000 |
commit | bae8c9cbe961c8b239cc15f4640a70b86527facd (patch) | |
tree | 7eff2fac1af1d79a29f1133d78dca4ebf99be866 /cad/geda/Makefile | |
parent | 2d6dc3b8242798591b9b9189129b671341454211 (diff) | |
download | ports-bae8c9cbe961c8b239cc15f4640a70b86527facd.tar.gz ports-bae8c9cbe961c8b239cc15f4640a70b86527facd.zip |
Notes
Diffstat (limited to 'cad/geda/Makefile')
-rw-r--r-- | cad/geda/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 19f8f72735f1..a5b2563ca12e 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -17,7 +17,8 @@ LICENSE= GPLv2 # (or later) LIB_DEPENDS= libstroke.so:${PORTSDIR}/devel/libstroke \ libguile.so:${PORTSDIR}/lang/guile -RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk +RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk\ + m4>=1.4.11:${PORTSDIR}/devel/m4 USES= desktop-file-utils gettext gmake libtool pathfix perl5 \ pkgconfig python:run shared-mime-info shebangfix @@ -29,6 +30,7 @@ SHEBANG_FILES= examples/lightning_detector/bom libgeda/docs/*.dox \ USE_GNOME= gtk20 USE_PERL5= run GNU_CONFIGURE= yes +CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4 CONFIGURE_ARGS= --with-libstroke=${LOCALBASE} INSTALL_TARGET= install-strip USE_LDCONFIG= yes |