diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/aria/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/aria/Makefile b/www/aria/Makefile index c37b2a0b1a13..ed8f3eb3a3d3 100644 --- a/www/aria/Makefile +++ b/www/aria/Makefile @@ -7,6 +7,7 @@ PORTNAME= aria PORTVERSION= 0.10.2.t3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://rabien.virtualave.net/linux/storage/sources/ \ http://aria.rednoah.com/storage/sources/ @@ -16,6 +17,7 @@ MAINTAINER= nakai@FreeBSD.org USE_BZIP2= yes USE_GTK= yes +USE_OPENSSL= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes @@ -23,7 +25,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g; \ + s|-lssl|-lcrypto -lssl|g; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @${PERL} -pi -e 's|^CXXFLAGS.*|CXXFLAGS = \@CXXFLAGS\@|' \ ${WRKSRC}/src/Makefile.in |