Date: Mon, 18 Mar 2013 09:46:49 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314547 - head/graphics/separate Message-ID: <201303180946.r2I9knF3085893@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Mon Mar 18 09:46:49 2013 New Revision: 314547 URL: http://svnweb.freebsd.org/changeset/ports/314547 Log: Change to depend on gimp-app instead of on the gimp metaport. Since this is a plugin we also want gimp-app to be there at run time. Trim makefile header. Approved by: maintainer Modified: head/graphics/separate/Makefile Modified: head/graphics/separate/Makefile ============================================================================== --- head/graphics/separate/Makefile Mon Mar 18 09:46:11 2013 (r314546) +++ head/graphics/separate/Makefile Mon Mar 18 09:46:49 2013 (r314547) @@ -1,13 +1,9 @@ -# New ports collection makefile for: separate -# Date created: 30 January 2008 -# Whom: Pietro Cerutti <gahr@gahr.ch> -# +# Created by: Pietro Cerutti <gahr@gahr.ch> # $FreeBSD$ -# PORTNAME= separate PORTVERSION= 0.5.8 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SFJP @@ -17,9 +13,9 @@ DISTNAME= ${PORTNAME}+-${PORTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= A CMYK plugin for The GIMP -BUILD_DEPENDS= gccmakedep:${PORTSDIR}/devel/gccmakedep \ - gimp-2.6:${PORTSDIR}/graphics/gimp -LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms +BUILD_DEPENDS= gccmakedep:${PORTSDIR}/devel/gccmakedep +LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ + gimp-2.0:${PORTSDIR}/graphics/gimp-app USE_ZIP= yes USE_GMAKE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303180946.r2I9knF3085893>