diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-10 07:39:46 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-10 07:39:46 +0000 |
commit | 5b8c84523400f851d2f2717a10ed05da02e780ee (patch) | |
tree | 04bfa16bd303923f71ecfb8bc33adccd04f47544 /security/mcrypt | |
parent | 50742b9413ddec40aa2ca1414461c06bc9020089 (diff) | |
download | pkgsrc-5b8c84523400f851d2f2717a10ed05da02e780ee.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'security/mcrypt')
-rw-r--r-- | security/mcrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index b9696eaa7e4..7d5367f833f 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/08/25 21:50:39 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2003/01/10 07:49:07 cjep Exp $ DISTNAME= mcrypt-2.5.10 CATEGORIES= security devel @@ -10,6 +10,7 @@ HOMEPAGE= http://mcrypt.hellug.gr/ COMMENT= replacement to crypt(1), supports many crypto algorithms USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |