svn commit: r369197 - head/x11-toolkits/viewklass

Tijl Coosemans tijl at FreeBSD.org
Wed Sep 24 19:01:46 UTC 2014


Author: tijl
Date: Wed Sep 24 19:01:45 2014
New Revision: 369197
URL: http://svnweb.freebsd.org/changeset/ports/369197
QAT: https://qat.redports.org/buildarchive/r369197/

Log:
  Remove USE_AUTOTOOLS

Modified:
  head/x11-toolkits/viewklass/Makefile

Modified: head/x11-toolkits/viewklass/Makefile
==============================================================================
--- head/x11-toolkits/viewklass/Makefile	Wed Sep 24 18:59:30 2014	(r369196)
+++ head/x11-toolkits/viewklass/Makefile	Wed Sep 24 19:01:45 2014	(r369197)
@@ -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
 


More information about the svn-ports-head mailing list