svn commit: r368493 - head/devel/libmaa

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 18 16:31:48 UTC 2014


Author: sunpoet
Date: Thu Sep 18 16:31:47 2014
New Revision: 368493
URL: http://svnweb.freebsd.org/changeset/ports/368493
QAT: https://qat.redports.org/buildarchive/r368493/

Log:
  - Reorder variables

Modified:
  head/devel/libmaa/Makefile

Modified: head/devel/libmaa/Makefile
==============================================================================
--- head/devel/libmaa/Makefile	Thu Sep 18 16:09:56 2014	(r368492)
+++ head/devel/libmaa/Makefile	Thu Sep 18 16:31:47 2014	(r368493)
@@ -17,8 +17,8 @@ LICENSE=	LGPL20
 OPTIONS_DEFINE=	DOCS
 
 ALL_TARGET=	lib
-GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
+GNU_CONFIGURE=	yes
 LIBS+=		-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
 USES=		gmake libtool:build


More information about the svn-ports-head mailing list