fix LIB_DEPENDS to correctly hunt for libltdl

This commit is contained in:
espie 2004-11-14 13:53:00 +00:00
parent 01fee7560b
commit 8e79e81676
2 changed files with 6 additions and 4 deletions

View File

@ -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 <avsm@openbsd.org>
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

View File

@ -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}