diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-27 22:15:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-27 22:15:57 +0800 |
commit | a788554866f224c1c330f9843f1ba8a84a61298a (patch) | |
tree | 7dea583c7ad872269963fbdecdc0a02a7e67f9e2 /security | |
parent | b9a3f9729985c52d65ac9fab99f42edaa483b7c6 (diff) | |
download | freebsd-ports-gnome-a788554866f224c1c330f9843f1ba8a84a61298a.tar.gz freebsd-ports-gnome-a788554866f224c1c330f9843f1ba8a84a61298a.tar.zst freebsd-ports-gnome-a788554866f224c1c330f9843f1ba8a84a61298a.zip |
Convert to USES=scons
With hat: portmgr
Diffstat (limited to 'security')
-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 |