Date: Thu, 24 Apr 2014 18:37:22 +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: r352047 - head/math/reduce Message-ID: <201404241837.s3OIbM9t075229@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Apr 24 18:37:22 2014 New Revision: 352047 URL: http://svnweb.freebsd.org/changeset/ports/352047 QAT: https://qat.redports.org/buildarchive/r352047/ Log: - Remove USE_GNOME=lthack ltverhack. Port does not use libtool. - Replace bsd.port.pre.mk with bsd.port.options.mk. Modified: head/math/reduce/Makefile Modified: head/math/reduce/Makefile ============================================================================== --- head/math/reduce/Makefile Thu Apr 24 18:33:57 2014 (r352046) +++ head/math/reduce/Makefile Thu Apr 24 18:37:22 2014 (r352047) @@ -19,7 +19,6 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap USES= gmake tar:bzip2 USE_XORG= xext x11 xft -USE_GNOME= lthack ltverhack WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -29,7 +28,7 @@ ALL_TARGET= MAKE_JOBS_UNSAFE= yes -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${ARCH} == "amd64" TARGET_SDIR= x86_64-unknown-${OPSYS:L}${OSREL} @@ -51,4 +50,4 @@ do-install: (cd ${REDUCECSL}/reduce.fonts && ${COPYTREE_SHARE} . \ ${STAGEDIR}${DATADIR}/reduce.fonts) -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404241837.s3OIbM9t075229>