diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 09:15:08 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 09:23:31 +0000 |
commit | df7fba912e3e44c1300ed09d2f67f1c6b4c9bae6 (patch) | |
tree | 2e06c77b488e02081ad66fe45cfdb76fcf9063c0 | |
parent | 994c7eb271974a1aeaf1cd17f2303454c1018f97 (diff) | |
download | freebsd-ports-df7fba912e3e44c1300ed09d2f67f1c6b4c9bae6.zip |
graphics/pngquant: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/pngquant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pngquant/Makefile b/graphics/pngquant/Makefile index e9afabeb69da..c4741ce8f333 100644 --- a/graphics/pngquant/Makefile +++ b/graphics/pngquant/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libpng.so:graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gmake pkgconfig +USES= cpe gmake pkgconfig HAS_CONFIGURE= yes PORTDOCS= CHANGELOG README.md |