aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-02-02 19:28:33 +0800
committermiwi <miwi@FreeBSD.org>2007-02-02 19:28:33 +0800
commit8817738c26a84a02a59fdb3092500e8f00aaf40a (patch)
treea9f93c9e2b7a0483b5b1392538e83ddae100d308 /security
parent8d93f42ef721999db62ceafe3491b1bfe7cb7b01 (diff)
downloadfreebsd-ports-gnome-8817738c26a84a02a59fdb3092500e8f00aaf40a.tar.gz
freebsd-ports-gnome-8817738c26a84a02a59fdb3092500e8f00aaf40a.tar.zst
freebsd-ports-gnome-8817738c26a84a02a59fdb3092500e8f00aaf40a.zip
- Fix LIB_DEPENDS
PR: 108684 Submitted by: Martin Matuska <martin@matuska.org>
Diffstat (limited to 'security')
-rw-r--r--security/mcrypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile
index dfea6bf95232..37658d44477a 100644
--- a/security/mcrypt/Makefile
+++ b/security/mcrypt/Makefile
@@ -20,7 +20,7 @@ MASTER_SITE_SUBDIR= mcrypt
MAINTAINER= ports@FreeBSD.org
COMMENT= Replacement for crypt(1)
-LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt/ \
+LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
mhash.2:${PORTSDIR}/security/mhash/
USE_AUTOTOOLS= autoconf:259:env