From 8e79e816764143bbcfe9abdb9c1bb73f7dd0a51f Mon Sep 17 00:00:00 2001 From: espie Date: Sun, 14 Nov 2004 13:53:00 +0000 Subject: [PATCH] fix LIB_DEPENDS to correctly hunt for libltdl --- security/libmcrypt/Makefile | 5 +++-- security/mcrypt/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index 97c0f2ea885..38dafae8522 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2004/10/20 18:30:56 avsm Exp $ +# $OpenBSD: Makefile,v 1.16 2004/11/14 13:53:00 espie Exp $ COMMENT= "interface to access block/stream encryption algorithms" DISTNAME= libmcrypt-2.5.7 +PKGNAME= ${DISTNAME}p0 CATEGORIES= security HOMEPAGE= http://mcrypt.sf.net/ @@ -10,7 +11,7 @@ MAINTAINER= Anil Madhavapeddy MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcrypt/} LIB_DEPENDS= mhash.2::security/mhash \ - ltdl.1::devel/libtool + ltdl.1::devel/libtool,-ltdl PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index 5d94636e5c1..3ffdde3cb7f 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2004/10/20 18:28:17 avsm Exp $ +# $OpenBSD: Makefile,v 1.16 2004/11/14 13:53:00 espie Exp $ COMMENT= "extendable encryption program that supports many ciphers" DISTNAME= mcrypt-2.6.4 +PKGNAME= ${DISTNAME}p0 CATEGORIES= security HOMEPAGE= http://mcrypt.sf.net/ @@ -19,7 +20,7 @@ USE_LIBTOOL= Yes USE_GMAKE= Yes MODULES= devel/gettext LIB_DEPENDS= mcrypt.6::security/libmcrypt \ - ltdl.1::devel/libtool + ltdl.1::devel/libtool,-ltdl CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= ${CONFIGURE_SHARED}