diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2008-04-21 11:11:46 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2008-04-21 11:11:46 +0000 |
commit | 4ecb4a68cc65b65c2f77f74a5658f96f09a69341 (patch) | |
tree | 76539dd4343bcd4e04eb448249e648c92b29c9c8 /archivers/zip | |
parent | Update to 12.9.2 (diff) |
Honors CC
PR: 122937
Submitted by: Frank Fenor <frank@fenor.de>
Notes
Notes:
svn path=/head/; revision=211707
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 8716674ab43f..9ebdc93230fe 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -17,6 +17,7 @@ COMMENT= Create/update ZIP files compatible with pkzip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= unix/Makefile +MAKE_ENV+= CC="${CC}" ALL_TARGET= generic MAN1= zip.1 |