From 5fca3b923f043aed3c6fdf9ead4e9ad42504fe94 Mon Sep 17 00:00:00 2001 From: sthen Date: Thu, 2 Sep 2010 10:05:48 +0000 Subject: [PATCH] unbreak deps following commit to libmcrypt. noted by landry@ lum@, please check the dependency chain!! --- security/mcrypt/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index 3e94a127229..a8a18a59154 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -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}