aboutsummaryrefslogtreecommitdiff
path: root/graphics/libgnomecanvasmm26/Makefile
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 /graphics/libgnomecanvasmm26/Makefile
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 'graphics/libgnomecanvasmm26/Makefile')
-rw-r--r--graphics/libgnomecanvasmm26/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile
index d5d935ee6ff7..be0354c01bc1 100644
--- a/graphics/libgnomecanvasmm26/Makefile
+++ b/graphics/libgnomecanvasmm26/Makefile
@@ -13,7 +13,6 @@ MAINTAINER= bland@FreeBSD.org
COMMENT= C++ wrapper for libgnomecanvas library
LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24
-BUILD_DEPENDS= gm4:devel/m4
USES= compiler:c++11-lang gmake libtool:keepla pathfix pkgconfig \
tar:bzip2
@@ -23,6 +22,7 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-static
INSTALL_TARGET= install-strip
+BINARY_WRAPPERS= gm4
PLIST_SUB= VERSION="2.6" API_VERSION="2.6"