aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-09-25 03:01:45 +0800
committertijl <tijl@FreeBSD.org>2014-09-25 03:01:45 +0800
commit449c3b7cd311b63039ac8faf382eea2999ccf50e (patch)
treebc5551bad3616aa078c0479ec24f0052735aabfb /x11-toolkits
parent5895ce81e861e622aeb951dfdcf60930651ee76f (diff)
downloadfreebsd-ports-gnome-449c3b7cd311b63039ac8faf382eea2999ccf50e.tar.gz
freebsd-ports-gnome-449c3b7cd311b63039ac8faf382eea2999ccf50e.tar.zst
freebsd-ports-gnome-449c3b7cd311b63039ac8faf382eea2999ccf50e.zip
Remove USE_AUTOTOOLS
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/viewklass/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/viewklass/Makefile b/x11-toolkits/viewklass/Makefile
index dc6f97051037..421a80a0c9af 100644
--- a/x11-toolkits/viewklass/Makefile
+++ b/x11-toolkits/viewklass/Makefile
@@ -13,13 +13,13 @@ COMMENT= C++ Framework for Motif
LICENSE= LGPL20 # (or later)
+GNU_CONFIGURE= yes
USES= imake:env motif
-USE_AUTOTOOLS= autoconf213
post-patch:
@${REINPLACE_CMD} -e \
- '/^CFLAGS=/s|-g|@CFLAGS@| ; \
- /^CXXFLAGS=/s|-g|@CXXFLAGS@| ; \
+ '/^CFLAGS=/s|-g|${CFLAGS}| ; \
+ /^CXXFLAGS=/s|-g|${CXXFLAGS}| ; \
s| $$(exec_prefix)| $$(DESTDIR)$$(exec_prefix)| ; \
s| $$(prefix)| $$(DESTDIR)$$(prefix)|' ${WRKSRC}/Makefile.in