diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
commit | 40ae7d62ae38b07a3eb1c0381d94cc01a65ad394 (patch) | |
tree | d8094c229e6aa2ba7ccd261556aaa1939c21a233 /archivers/xbin | |
parent | 4a90888d1bc1c35d09674ec2ae4afa74c64ec0c1 (diff) | |
download | pkgsrc-40ae7d62ae38b07a3eb1c0381d94cc01a65ad394.tar.gz |
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'archivers/xbin')
-rw-r--r-- | archivers/xbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile index 3458f4bdfc0..0c0ba36fd7e 100644 --- a/archivers/xbin/Makefile +++ b/archivers/xbin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/03/11 18:03:50 xtraeme Exp $ +# $NetBSD: Makefile,v 1.15 2004/03/23 04:40:59 jlam Exp $ # DISTNAME= ${PRGNAME}unix @@ -15,7 +15,7 @@ NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} WRKSRC= ${WRKDIR} -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes PRGNAME= xbin EXTRACT_ONLY= # empty |