Remove trailing slash that breaks dependency registation
PR: ports/121647 Submitted by: MOROHOSHI Akihiko
This commit is contained in:
parent
c53da1f2e5
commit
d1b3e46172
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208898
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue