diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-27 14:15:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-27 14:15:57 +0000 |
commit | c0e8f09ab364756c835785f46708e922e6b243f1 (patch) | |
tree | 7dea583c7ad872269963fbdecdc0a02a7e67f9e2 | |
parent | 8f0a2f25e34d29c52588e3d78217fafe4b10ea05 (diff) | |
download | ports-c0e8f09ab364756c835785f46708e922e6b243f1.tar.gz ports-c0e8f09ab364756c835785f46708e922e6b243f1.zip |
Notes
-rw-r--r-- | security/orthrus/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/orthrus/Makefile b/security/orthrus/Makefile index d895213e067b..f25c80224738 100644 --- a/security/orthrus/Makefile +++ b/security/orthrus/Makefile @@ -12,12 +12,10 @@ COMMENT= One-Time Password System (OTP) alternative to OPIE or S/Key LICENSE= APACHE20 -LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1 +LIB_DEPENDS= libapr-1.so:${PORTSDIR}/devel/apr1 -USE_SCONS= yes -USE_BZIP2= yes USE_LDCONFIG= yes -USES= iconv +USES= iconv scons tar:bzip2 PORTDOCS= * NO_STAGE= yes |