diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 00:01:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 00:01:35 +0800 |
commit | 711c68d99f91c36f0bcc68302c6edcffbb5419f9 (patch) | |
tree | 51c86af206180a611e873a16bc42b382a126a199 /lang/ucc | |
parent | 535603142a5363ff4c7df16601143fe02f9d547c (diff) | |
download | freebsd-ports-gnome-711c68d99f91c36f0bcc68302c6edcffbb5419f9.tar.gz freebsd-ports-gnome-711c68d99f91c36f0bcc68302c6edcffbb5419f9.tar.zst freebsd-ports-gnome-711c68d99f91c36f0bcc68302c6edcffbb5419f9.zip |
Convert l* to USES=zip
Diffstat (limited to 'lang/ucc')
-rw-r--r-- | lang/ucc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ucc/Makefile b/lang/ucc/Makefile index 78ee15369304..16a9e66dd613 100644 --- a/lang/ucc/Makefile +++ b/lang/ucc/Makefile @@ -10,8 +10,7 @@ DISTNAME= ucc160 MAINTAINER= wenheping@gmail.com COMMENT= C Compiler Which Implements the ANSI C89 Standard -USE_ZIP= yes -USE_DOS2UNIX= yes +USES= dos2unix zip WRKSRC= ${WRKDIR}/${PORTNAME} USE_LDCONFIG= yes |