diff options
author | jlam <jlam@pkgsrc.org> | 2002-06-09 19:01:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-06-09 19:01:12 +0000 |
commit | 708407440e2045abbd896bba3acb8a9434322243 (patch) | |
tree | b2ddd3bdbcbf49a02077344837255853d5add879 /security | |
parent | f48d985f60a57aa4a8c1e2c434053c626216c141 (diff) | |
download | pkgsrc-708407440e2045abbd896bba3acb8a9434322243.tar.gz |
Fix typo.
Diffstat (limited to 'security')
-rw-r--r-- | security/php4-mcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/php4-mcrypt/Makefile b/security/php4-mcrypt/Makefile index 32ba79f7ed9..528ba67c141 100644 --- a/security/php4-mcrypt/Makefile +++ b/security/php4-mcrypt/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2002/04/12 19:03:34 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/06/09 19:01:12 jlam Exp $ MODNAME= mcrypt CATEGORIES+= security PKGREVISION= # empty COMMENT= PHP4 extension for the mcrypt crypto algorithms library -USE_BUIDLINK_ONLY= yes +USE_BUILDLINK_ONLY= yes .include "../../www/php4/Makefile.module" |