diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 11:18:59 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 11:18:59 +0000 |
commit | 32ea85334f22debfa13cb381be3a6da14a907869 (patch) | |
tree | 0ea091ee390dc2895818c1b1633da9dbeae18fb7 /graphics | |
parent | graphics/pecl-imagick: Add CPE information (diff) |
graphics/pngcrush: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pngcrush/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 208de734554a..7f7f1e78e3a6 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -17,10 +17,12 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept LIB_DEPENDS= libpng.so:graphics/png -USES= localbase:ldflags tar:xz +USES= cpe localbase:ldflags tar:xz MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LD="${CC}" \ LDFLAGS="${LDFLAGS}" +CPE_VENDOR= pngcrush_project + PLIST_FILES= bin/pngcrush post-patch: |