diff options
author | jlam <jlam> | 2002-08-25 21:48:57 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-25 21:48:57 +0000 |
commit | 02526271b78c18a0c07b3ea8be04d2a61b0bf8e7 (patch) | |
tree | c8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /archivers/nulib2/Makefile | |
parent | 521a29ec203c35a133d1b565a410d027176ebfc9 (diff) | |
download | pkgsrc-02526271b78c18a0c07b3ea8be04d2a61b0bf8e7.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'archivers/nulib2/Makefile')
-rw-r--r-- | archivers/nulib2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/nulib2/Makefile b/archivers/nulib2/Makefile index 9dd48b19ef7..278a92a846c 100644 --- a/archivers/nulib2/Makefile +++ b/archivers/nulib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/01 02:31:21 jschauma Exp $ +# $NetBSD: Makefile,v 1.4 2002/08/25 21:49:17 jlam Exp $ # DISTNAME= nulibdist @@ -12,9 +12,9 @@ COMMENT= Handles Apple II ShrinkIt (NuFX) file/disk archives WRKSRC= ${WRKDIR}/nulib2-101 -USE_BUILDLINK_ONLY= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --cache-file=${WRKDIR}/config.cache +USE_BUILDLINK2= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --cache-file=${WRKDIR}/config.cache .include "../../mk/bsd.pkg.mk" |