diff options
author | jlam <jlam> | 2001-07-16 10:21:15 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-07-16 10:21:15 +0000 |
commit | 6c0576238767059fc21c9fd5a3fb915ef5edc22d (patch) | |
tree | d6180988ab96421dfc674e5888b45a57ace36e19 /archivers/unace/Makefile | |
parent | 1dad8c1bc0c733da7f4e95bc94e7d61aae68e0ee (diff) | |
download | pkgsrc-6c0576238767059fc21c9fd5a3fb915ef5edc22d.tar.gz |
Don't explicitly set CC=gcc, and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'archivers/unace/Makefile')
-rw-r--r-- | archivers/unace/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile index 430c5265287..69459623213 100644 --- a/archivers/unace/Makefile +++ b/archivers/unace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 13:15:37 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/07/16 10:21:15 jlam Exp $ # DISTNAME= unacepub @@ -12,7 +12,9 @@ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.winace.com/ COMMENT= Extract, list and test files in ACE archives -USE_GMAKE= yes +USE_BUILDLINK_ONLY= yes +USE_GMAKE= yes + DIST_SUBDIR= unace-1.2 NO_WRKSUBDIR= yes MAKEFILE= unix/makefile |