diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-01-06 01:07:15 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-01-06 01:07:15 +0000 |
commit | 4e2b644c7e50b90946f84eb7a1309951bdb98467 (patch) | |
tree | 756b98f61cd835086d8f3c6a185f6a37c9c32d25 /irc/scrollz | |
parent | 45923aae951c4a5ae9f67fc48c2338b6d719d1eb (diff) | |
download | ports-4e2b644c7e50b90946f84eb7a1309951bdb98467.tar.gz ports-4e2b644c7e50b90946f84eb7a1309951bdb98467.zip |
Notes
Diffstat (limited to 'irc/scrollz')
-rw-r--r-- | irc/scrollz/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/irc/scrollz/Makefile b/irc/scrollz/Makefile index 756b0d6c1bf7..7748b471c15e 100644 --- a/irc/scrollz/Makefile +++ b/irc/scrollz/Makefile @@ -7,11 +7,10 @@ PORTNAME= scrollz PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc ipv6 MASTER_SITES= http://scrollz.lysergide.net/ScrollZ/source/ \ - http://www.xs4all.nl/~netraam/ScrollZ/source/ \ - http://www.netraam.com/ScrollZ/source/ + http://www.xs4all.nl/~netraam/ScrollZ/source/ DISTNAME= ScrollZ-${PORTVERSION} MAINTAINER= mdv@unsavoury.net @@ -34,6 +33,10 @@ LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-ssl .endif +.if defined(WITH_OPENSSL) +CONFIGURE_ARGS+= --with-openssl +.endif + pre-build: .if !defined(BATCH) @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} -o SZdist SZdist.c) |