diff options
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 9461a4e..34df7de 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 |