aboutsummaryrefslogtreecommitdiff
path: root/cad/geda
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-10-01 14:35:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-10-01 14:35:23 +0000
commit56a6c38e8dd5173098a1a61030fb6453c8e520d7 (patch)
tree8d2cd9daf45c5a84b4b5fecf7b1dd5feb1ec16a8 /cad/geda
parentf6fd84cfb5b90b0c0d1c956223fab8938d36660f (diff)
downloadports-56a6c38e8dd5173098a1a61030fb6453c8e520d7.tar.gz
ports-56a6c38e8dd5173098a1a61030fb6453c8e520d7.zip
Drop build dependency on GNU m4.
m4 from base is able to do the job, if properly wrapped to mimic GNU m4 Differential Revision: https://reviews.freebsd.org/D21835
Notes
Notes: svn path=/head/; revision=513487
Diffstat (limited to 'cad/geda')
-rw-r--r--cad/geda/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index ca8cf3825582..56c33d63e992 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -21,7 +21,6 @@ BROKEN= ld: error: ../src/.libs/libgeda.so: undefined reference to g_input_stre
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
@@ -33,7 +32,6 @@ 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
@@ -43,6 +41,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-gaf
DATADIR= ${PREFIX}/share/gEDA
INFO= geda-scheme
+BINARY_WRAPPERS= gm4
CONFLICTS= geda-docs-[0-9]* geda-examples-[0-9]* geda-gattrib-[0-9]* \
geda-gschem-[0-9]* geda-netlist-[0-9]* geda-symbols-[0-9]* \