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 | 326169077a1ea33e6ce3ca3fd58f9e44cc2eb041 (patch) | |
tree | d8094c229e6aa2ba7ccd261556aaa1939c21a233 /security/rats | |
parent | a97936193dc3417e78f64b9361579ab280ca8f30 (diff) | |
download | pkgsrc-326169077a1ea33e6ce3ca3fd58f9e44cc2eb041.tar.gz |
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'security/rats')
-rw-r--r-- | security/rats/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile index 3dd0e0ea1eb..d404a708436 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/28 11:35:00 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/03/23 04:41:01 jlam Exp $ # DISTNAME= rats-2.1 @@ -12,7 +12,7 @@ COMMENT= Rough Auditing Tool for Security PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --datadir=${LOCALBASE}/share/rats ALL_TARGET= rats |