From owner-svn-ports-head@FreeBSD.ORG Thu Apr 24 18:37:22 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AFFA9D27; Thu, 24 Apr 2014 18:37:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CDC91DF0; Thu, 24 Apr 2014 18:37:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3OIbM2Z075230; Thu, 24 Apr 2014 18:37:22 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3OIbM9t075229; Thu, 24 Apr 2014 18:37:22 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201404241837.s3OIbM9t075229@svn.freebsd.org> From: Tijl Coosemans Date: Thu, 24 Apr 2014 18:37:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352047 - head/math/reduce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 18:37:22 -0000 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 +.include .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 +.include