From owner-svn-ports-head@freebsd.org Wed Nov 4 20:17:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60D31A26078; Wed, 4 Nov 2015 20:17:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2FD781074; Wed, 4 Nov 2015 20:17:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA4KHEWk065200; Wed, 4 Nov 2015 20:17:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA4KHEfm065199; Wed, 4 Nov 2015 20:17:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511042017.tA4KHEfm065199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Nov 2015 20:17:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400815 - head/science/libkml 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.20 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: Wed, 04 Nov 2015 20:17:15 -0000 Author: sunpoet Date: Wed Nov 4 20:17:14 2015 New Revision: 400815 URL: https://svnweb.freebsd.org/changeset/ports/400815 Log: - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin - Use USES=localbase Modified: head/science/libkml/Makefile Modified: head/science/libkml/Makefile ============================================================================== --- head/science/libkml/Makefile Wed Nov 4 20:15:35 2015 (r400814) +++ head/science/libkml/Makefile Wed Nov 4 20:17:14 2015 (r400815) @@ -12,24 +12,22 @@ COMMENT= Library for parse, generate, an LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/bin/curl-config:${PORTSDIR}/ftp/curl \ +BUILD_DEPENDS= curl-config:${PORTSDIR}/ftp/curl \ ${LOCALBASE}/include/expat.h:${PORTSDIR}/textproc/expat2 LIB_DEPENDS= liburiparser.so:${PORTSDIR}/net/uriparser OPTIONS_DEFINE= SWIG -CONFIGURE_ARGS= --disable-java --disable-python \ - --with-expat-include-dir=${LOCALBASE}/include \ - --with-expat-lib-dir=${LOCALBASE}/lib +CONFIGURE_ARGS= --disable-java --disable-python GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= autoreconf gmake libtool +USES= autoreconf gmake libtool localbase GH_ACCOUNT= google USE_GITHUB= yes -SWIG_BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 +SWIG_BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 SWIG_CONFIGURE_OFF= --disable-swig post-patch: