aboutsummaryrefslogtreecommitdiff
path: root/security/mcrypt
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2008-03-12 18:06:10 +0000
committerJohan van Selst <johans@FreeBSD.org>2008-03-12 18:06:10 +0000
commitd1b3e4617282aec78e78c635cad545598421626f (patch)
treeff834c883d9cc118abe209345b3684ce156fdf42 /security/mcrypt
parentc53da1f2e51a32e99750dc698fe1e2e293a902c9 (diff)
downloadports-d1b3e4617282aec78e78c635cad545598421626f.tar.gz
ports-d1b3e4617282aec78e78c635cad545598421626f.zip
Remove trailing slash that breaks dependency registation
PR: ports/121647 Submitted by: MOROHOSHI Akihiko
Notes
Notes: svn path=/head/; revision=208898
Diffstat (limited to 'security/mcrypt')
-rw-r--r--security/mcrypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile
index 340e62339765..c5c10e524169 100644
--- a/security/mcrypt/Makefile
+++ b/security/mcrypt/Makefile
@@ -20,7 +20,7 @@ MAINTAINER= johans@stack.nl
COMMENT= Replacement for crypt(1)
LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
- mhash.2:${PORTSDIR}/security/mhash/
+ mhash.2:${PORTSDIR}/security/mhash
USE_GETTEXT= yes
GNU_CONFIGURE= yes