diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-24 19:01:45 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-24 19:01:45 +0000 |
commit | 16aaca561bc82a7dbe42fc33ed30f22dc1fcb025 (patch) | |
tree | bc5551bad3616aa078c0479ec24f0052735aabfb /x11-toolkits/viewklass | |
parent | eba53f277d6c4d0e65980818557f32089da6531d (diff) |
Notes
Diffstat (limited to 'x11-toolkits/viewklass')
-rw-r--r-- | x11-toolkits/viewklass/Makefile | 6 |
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 |