svn commit: r314547 - head/graphics/separate

Koop Mast kwm at FreeBSD.org
Mon Mar 18 11:06:35 UTC 2013


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 at gahr.ch>
-#
+# Created by: Pietro Cerutti <gahr at 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 at 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


More information about the svn-ports-all mailing list