Date: Sat, 28 Mar 2015 16:26:17 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382521 - head/graphics/gimp-app Message-ID: <201503281626.t2SGQHEC024881@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak Date: Sat Mar 28 16:26:16 2015 New Revision: 382521 URL: https://svnweb.freebsd.org/changeset/ports/382521 QAT: https://qat.redports.org/buildarchive/r382521/ Log: graphics/gimp-app: add CPE information PR: 198240 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: kwm (blanket) Modified: head/graphics/gimp-app/Makefile Modified: head/graphics/gimp-app/Makefile ============================================================================== --- head/graphics/gimp-app/Makefile Sat Mar 28 16:12:11 2015 (r382520) +++ head/graphics/gimp-app/Makefile Sat Mar 28 16:26:16 2015 (r382521) @@ -26,7 +26,7 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graph RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes GNU_CONFIGURE= yes -USES+= desktop-file-utils gettext gmake libtool pathfix \ +USES+= cpe desktop-file-utils gettext gmake libtool pathfix \ pkgconfig tar:bzip2 USE_XORG= xpm xmu xext USE_GNOME+= intlhack gtk20 @@ -47,6 +47,8 @@ CONFIGURE_ARGS?=--with-html-dir=${PREFIX CONFIGURE_ENV= GIMP_THREAD_LIBS=-lpthread CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib +CPE_PRODUCT= gimp +CPE_VENDOR= gnu PLIST_SUB+= LIBVER=0.800.14
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503281626.t2SGQHEC024881>