aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-24 19:01:45 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-24 19:01:45 +0000
commit16aaca561bc82a7dbe42fc33ed30f22dc1fcb025 (patch)
treebc5551bad3616aa078c0479ec24f0052735aabfb /x11-toolkits
parenteba53f277d6c4d0e65980818557f32089da6531d (diff)
downloadports-16aaca561bc82a7dbe42fc33ed30f22dc1fcb025.tar.gz
ports-16aaca561bc82a7dbe42fc33ed30f22dc1fcb025.zip
Remove USE_AUTOTOOLS
Notes
Notes: svn path=/head/; revision=369197
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