diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-28 16:26:16 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-28 16:26:16 +0000 |
commit | e030aea2712b8f7b2f0e41a3c10ffa0df0fa8c3e (patch) | |
tree | c127f9db7843dc6177b0cfeb32c8f9ffa933b484 /graphics | |
parent | - Add "let: g:is_posix = 1" to default vimrc (diff) |
graphics/gimp-app: add CPE information
PR: 198240
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: kwm (blanket)
Notes
Notes:
svn path=/head/; revision=382521
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-app/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 87b278228ecc..d7ab985eb8df 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ 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}/share/doc/gimp \ 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 |