aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
Diffstat (limited to 'ftp')
-rw-r--r--ftp/downloader/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/downloader/Makefile b/ftp/downloader/Makefile
index 5337ef3a50d6..5a90b40525bf 100644
--- a/ftp/downloader/Makefile
+++ b/ftp/downloader/Makefile
@@ -8,6 +8,7 @@
PORTNAME= downloader
PORTVERSION= 2.5.7.1
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= http://d4x.krasu.ru/files/ \
ftp://ftp.chg.ru/pub/X11/applications/Xdownloader/
@@ -38,7 +39,7 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CONFIGURE_ARGS+= --disable-openssl
.else
USE_OPENSSL= yes
-CONFIGURE_ENV+= SSL_CFLAGS="${OPENSSL_CFLAGS}" SSL_LIBS="${OPENSSL_LDFLAGS}"
+CONFIGURE_ENV+= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="${OPENSSLLIB}"
LDFLAGS+= -lssl -lcrypto
.endif
>1-1/+2 * - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-041-2/+2 * Update from 1.03 to 1.04.Sergey A. Osokin2012-02-161-1/+1 * - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1 * Update from 1.02 to 1.03.Sergey A. Osokin2010-05-201-1/+1 * Update from 1.00 to 1.02.Sergey A. Osokin2009-03-161-1/+1 * Update from 0.09 to 1.0.Sergey A. Osokin2008-02-151-3/+2 * Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-4/+1 * Update to 0.09.Sergey A. Osokin2007-06-201-2/+1 * Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-111-1/+0 * Fix configure error by use perl5.8.Sergey A. Osokin2006-01-101-2/+7 * Fix wrong way with WITH_SUBTITLES_SUBPLAY knob.Sergey A. Osokin2005-12-291-2/+3