diff options
author | jlam <jlam> | 2001-05-09 02:36:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-09 02:36:50 +0000 |
commit | 59b015c608dbdb4e4537106c36baef0fac2cdbf5 (patch) | |
tree | 0e16a6064995c92100db234a8f2c66f6c4db9a55 /security | |
parent | 27398cef3d9b1cf274b9f7e0c343acf9cf72c532 (diff) | |
download | pkgsrc-59b015c608dbdb4e4537106c36baef0fac2cdbf5.tar.gz |
Define USE_LTDL as this library requires it.
Diffstat (limited to 'security')
-rw-r--r-- | security/libmcrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index 5805708eee3..4255001dd17 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:49:50 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/05/09 02:36:50 jlam Exp $ DISTNAME= libmcrypt-2.4.7 CATEGORIES= security devel @@ -9,6 +9,7 @@ HOMEPAGE= http://mcrypt.hellug.gr/ COMMENT= crypto algorithms library USE_LIBTOOL= yes +USE_LTDL= yes GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" |