From 7dfc441a9308df10166fe3ea81f67f76138776bd Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Mon, 18 Mar 2013 09:46:49 +0000 Subject: [PATCH] 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 --- graphics/separate/Makefile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/graphics/separate/Makefile b/graphics/separate/Makefile index c9014754b752..1357e7892728 100644 --- a/graphics/separate/Makefile +++ b/graphics/separate/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: separate -# Date created: 30 January 2008 -# Whom: Pietro Cerutti -# +# Created by: Pietro Cerutti # $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