diff options
author | kris <kris@FreeBSD.org> | 2000-02-07 06:25:15 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-02-07 06:25:15 +0800 |
commit | 45e734b715cad00326e706e4f856af51cb76ca85 (patch) | |
tree | a9c1d83c6368bec06da860c56ab94908b171e1ec /security/slush/Makefile | |
parent | b656f339d7a800f4da4097a7f56fedf64b601422 (diff) | |
download | freebsd-ports-gnome-45e734b715cad00326e706e4f856af51cb76ca85.tar.gz freebsd-ports-gnome-45e734b715cad00326e706e4f856af51cb76ca85.tar.zst freebsd-ports-gnome-45e734b715cad00326e706e4f856af51cb76ca85.zip |
USE_OPENSSL
Assisted by: Jim Bloom <bloom@acm.org>
Diffstat (limited to 'security/slush/Makefile')
-rw-r--r-- | security/slush/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/security/slush/Makefile b/security/slush/Makefile index 9461a4e4a073..34df7de333da 100644 --- a/security/slush/Makefile +++ b/security/slush/Makefile @@ -13,25 +13,15 @@ MASTER_SITES= http://violet.ibs.com.au/slush/files/ \ MAINTAINER= shipley@dis.org -BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl -LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl \ - ssl.1:${PORTSDIR}/security/openssl - -#MAN= slush.1 - GNU_CONFIGURE= yes -#NOPROFILE= true +USE_OPENSSL= RSA .include <bsd.port.pre.mk> .if ${OSVERSION} <= 300000 BROKEN= does not build .endif -.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES -MAKE_ENV+= EXTRA_SSL_LIBS="-lRSAglue -lrsaref" -.endif - do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/slush |