svn commit: r369200 - in head/math/oleo: . files

Tijl Coosemans tijl at FreeBSD.org
Wed Sep 24 19:35:58 UTC 2014


Author: tijl
Date: Wed Sep 24 19:35:57 2014
New Revision: 369200
URL: http://svnweb.freebsd.org/changeset/ports/369200
QAT: https://qat.redports.org/buildarchive/r369200/

Log:
  Remove USE_AUTOTOOLS and remove DATADIRNAME patch

Deleted:
  head/math/oleo/files/patch-aclocal.m4
Modified:
  head/math/oleo/Makefile

Modified: head/math/oleo/Makefile
==============================================================================
--- head/math/oleo/Makefile	Wed Sep 24 19:21:01 2014	(r369199)
+++ head/math/oleo/Makefile	Wed Sep 24 19:35:57 2014	(r369200)
@@ -13,13 +13,13 @@ COMMENT=	The GNU spreadsheet for X11 and
 
 LICENSE=	GPLv2
 
-USE_PERL5=	build
 USES=		bison perl5
-USE_AUTOTOOLS=	autoconf213
-MAKE_ENV+=	DESTDIR=${STAGEDIR}
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
+USE_PERL5=	build
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-x --without-xlt --without-SciPlot
+CPPFLAGS+=	-I${LOCALBASE}/include
+LIBS+=		-L${LOCALBASE}/lib -lintl
+MAKE_ENV+=	DESTDIR=${STAGEDIR}
 
 INFO=		oleo
 


More information about the svn-ports-head mailing list