diff options
author | grant <grant> | 2004-01-28 11:35:00 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-28 11:35:00 +0000 |
commit | 9d0a5d2fa015972e95d5b6b025e119b3d89143ac (patch) | |
tree | f7c8e4d8fe6f5fb87dd10de6c79592e1a6dff376 /security | |
parent | eafc661bda5a3a2547ecb55de983dbb6876fe7f1 (diff) | |
download | pkgsrc-9d0a5d2fa015972e95d5b6b025e119b3d89143ac.tar.gz |
bl3ify; fixes build on Solaris with SunPro.
Diffstat (limited to 'security')
-rw-r--r-- | security/rats/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile index deee1962ece..3dd0e0ea1eb 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/10/11 13:40:19 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/28 11:35:00 grant Exp $ # DISTNAME= rats-2.1 @@ -10,10 +10,12 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://www.securesw.com/rats/ COMMENT= Rough Auditing Tool for Security -USE_BUILDLINK2= # defined +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --datadir=${LOCALBASE}/share/rats ALL_TARGET= rats -.include "../../textproc/expat/buildlink2.mk" +.include "../../textproc/expat/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |