diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-21 11:42:36 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-21 12:01:32 +0000 |
commit | 9672f5219a44e29b2c03c7732f1398a91faae510 (patch) | |
tree | 18e1e6426596127c697dc683779a4a02a1d6fb50 | |
parent | d0833a792539c0ef7195fd7117b7563c99bf26dd (diff) | |
download | ports-9672f5219a44e29b2c03c7732f1398a91faae510.tar.gz ports-9672f5219a44e29b2c03c7732f1398a91faae510.zip |
devel/mingw32-zlib: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/mingw32-zlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/mingw32-zlib/Makefile b/devel/mingw32-zlib/Makefile index 8e5244061813..a22b212648e8 100644 --- a/devel/mingw32-zlib/Makefile +++ b/devel/mingw32-zlib/Makefile @@ -14,7 +14,7 @@ COMMENT= The zlib library cross-compiled for MinGW32 BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:devel/${PKGNAMEPREFIX}gcc \ ${LOCALBASE}/mingw32/include/sys/types.h:devel/${PKGNAMEPREFIX}bin-msvcrt -USES= tar:xz gmake +USES= tar:xz cpe gmake MAKEFILE= win32/Makefile.gcc MAKE_ARGS= PREFIX=${PKGNAMEPREFIX} \ BINARY_PATH=${CROSS_BASE}/bin \ |