Date: Wed, 24 Sep 2014 19:35:58 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369200 - in head/math/oleo: . files Message-ID: <201409241935.s8OJZwdn057286@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409241935.s8OJZwdn057286>