diff options
author | grant <grant@pkgsrc.org> | 2004-06-27 11:40:07 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-27 11:40:07 +0000 |
commit | 4fe60be3685fadc80e40bc4b326b5d65967d9754 (patch) | |
tree | cde933edd7307a8b3b03ce82798fff998bdf6fb9 /security | |
parent | 9d08887ecde895886edb51f7703d06fa98aca98d (diff) | |
download | pkgsrc-4fe60be3685fadc80e40bc4b326b5d65967d9754.tar.gz |
this blindly calls "gcc" so use buildlink3 so it uses the compiler
wrappers.
Diffstat (limited to 'security')
-rw-r--r-- | security/smimemsg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/smimemsg/Makefile b/security/smimemsg/Makefile index dcf22df1baf..8293f515c25 100644 --- a/security/smimemsg/Makefile +++ b/security/smimemsg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:25:34 agc Exp $ +# $NetBSD: Makefile,v 1.8 2004/06/27 11:40:07 grant Exp $ # DISTNAME= smimemsg15 @@ -11,7 +11,8 @@ HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/ COMMENT= Generate and read S/MIME messages WRKSRC= ${WRKDIR}/smimemsg -GNU_CONFIGURE= YES +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} |