diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-08 20:49:56 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-08 20:53:41 +0000 |
commit | 0c3779a123d7731ef8168c271fd72d9064a45cfe (patch) | |
tree | 919ff08e3a2694fe8514fc336638115956e30c45 | |
parent | audio/mpg123: Add CPE information (diff) |
graphics/gimp-app: Fix CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/gimp-app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index ab4d899350d7..2ee8f0595d11 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -73,8 +73,8 @@ CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc/gimp \ --enable-default-binary CONFIGURE_ENV= GIMP_THREAD_LIBS=-lpthread LIBS+= -lexecinfo -lm +CPE_VENDOR= gimp CPE_PRODUCT= gimp -CPE_VENDOR= gnu SHEBANG_FILES= plug-ins/pygimp/plug-ins/*.py |