diff options
author | grant <grant@pkgsrc.org> | 2004-06-27 13:42:46 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-27 13:42:46 +0000 |
commit | 5a154be6d480e25ec2c81f1fc27ae0af304e05d8 (patch) | |
tree | 27e1456afbcebddeb2f95995ce3d9641e4073bcf /security | |
parent | c0f5eb9d9ac4f7b77e54fea627cf942ca14dca53 (diff) | |
download | pkgsrc-5a154be6d480e25ec2c81f1fc27ae0af304e05d8.tar.gz |
use buildlink3 for compiler specific flag stripping. fixes build on
Solaris.
Diffstat (limited to 'security')
-rw-r--r-- | security/AiCA/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/AiCA/Makefile b/security/AiCA/Makefile index 1d2795f9630..0ded9085f9d 100644 --- a/security/AiCA/Makefile +++ b/security/AiCA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/06/27 13:26:22 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/06/27 13:42:46 grant Exp $ # DISTNAME= AiCA-0.71.1 @@ -10,6 +10,7 @@ HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/ COMMENT= Manage Certification Authority,PKI viewer/converter/verification GNU_CONFIGURE= yes +USE_BUILDLINK3= yes RESTRICTED= "Source code redistribution is not permitted. consult okuno@mars.elcom.nitech.ac.jp." NO_SRC_ON_FTP= ${RESTRICTED} |