svn commit: r352047 - head/math/reduce
Tijl Coosemans
tijl at FreeBSD.org
Thu Apr 24 18:37:22 UTC 2014
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>
More information about the svn-ports-all
mailing list