aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmm24
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 /x11-toolkits/gtkmm24
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 'x11-toolkits/gtkmm24')
-rw-r--r--x11-toolkits/gtkmm24/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile
index 590afb1c2198..52c15e834b3a 100644
--- a/x11-toolkits/gtkmm24/Makefile
+++ b/x11-toolkits/gtkmm24/Makefile
@@ -18,7 +18,6 @@ PORTSCOUT= ignore:1
.if !defined(REFERENCE_PORT)
-BUILD_DEPENDS= gm4:devel/m4
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig
@@ -32,6 +31,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-documentation
INSTALL_TARGET= install-strip
+BINARY_WRAPPERS= gm4
PLIST_SUB= VERSION="2.4" API_VERSION="2.4"