From owner-svn-ports-all@FreeBSD.ORG Sun Oct 12 15:03:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C03E3C0; Sun, 12 Oct 2014 15:03:26 +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 EC899145; Sun, 12 Oct 2014 15:03:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9CF3Pj3099865; Sun, 12 Oct 2014 15:03:25 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9CF3Puu099864; Sun, 12 Oct 2014 15:03:25 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201410121503.s9CF3Puu099864@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 12 Oct 2014 15:03:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370719 - head/graphics/apngdis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2014 15:03:26 -0000 Author: danilo Date: Sun Oct 12 15:03:25 2014 New Revision: 370719 URL: https://svnweb.freebsd.org/changeset/ports/370719 QAT: https://qat.redports.org/buildarchive/r370719/ Log: - Use options helpers Modified: head/graphics/apngdis/Makefile Modified: head/graphics/apngdis/Makefile ============================================================================== --- head/graphics/apngdis/Makefile Sun Oct 12 15:00:30 2014 (r370718) +++ head/graphics/apngdis/Makefile Sun Oct 12 15:03:25 2014 (r370719) @@ -24,12 +24,7 @@ PLIST_FILES= bin/${PORTNAME} STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png STATIC_MAKE_ENV= STATIC=1 - -.include - -.if ! ${PORT_OPTIONS:MSTATIC} -LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png -.endif +STATIC_LIB_DEPENDS_OFF= libpng15.so:${PORTSDIR}/graphics/png do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \