unbreak deps following commit to libmcrypt. noted by landry@

lum@, please check the dependency chain!!
This commit is contained in:
sthen 2010-09-02 10:05:48 +00:00
parent faf3141beb
commit 5fca3b923f

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.20 2009/05/29 20:01:07 benoit Exp $
# $OpenBSD: Makefile,v 1.21 2010/09/02 10:05:48 sthen Exp $
COMMENT = extendable encryption program that supports many ciphers
DISTNAME = mcrypt-2.6.8
REVISION = 0
CATEGORIES = security
HOMEPAGE = http://mcrypt.sf.net/
@ -14,15 +15,17 @@ PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c mhash z
WANTLIB = c ltdl mcrypt mhash z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=mcrypt/}
USE_LIBTOOL = Yes
USE_GMAKE = Yes
MODULES = devel/gettext
LIB_DEPENDS = mcrypt.>=6::security/libmcrypt \
ltdl.>=1::devel/libtool,-ltdl
LIB_DEPENDS = ::security/libmcrypt \
::security/mhash \
::devel/libtool,-ltdl
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}