diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2011-07-21 00:21:51 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2011-07-21 00:21:51 +0000 |
commit | 4a8aaebcbb61d8bae33d359de0d07a02ba7c241e (patch) | |
tree | b0f32d6282587f7757f1511de0618d28178a05ab /news | |
parent | 224da614642e5d8b6a0d01fb8a9c7d77f9b188fb (diff) | |
download | ports-4a8aaebcbb61d8bae33d359de0d07a02ba7c241e.tar.gz ports-4a8aaebcbb61d8bae33d359de0d07a02ba7c241e.zip |
Fix build post gnutls update.
Add LICENSE.
PR: ports/159020
Submitted by: Jeff <toxic@doobie.com> [maintainer]
Approved by: tabthorpe (mentor)
Notes
Notes:
svn path=/head/; revision=278053
Diffstat (limited to 'news')
-rw-r--r-- | news/nzbget/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index 073484dcbbb5..91ef8271b29f 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -7,13 +7,16 @@ PORTNAME= nzbget PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} MAINTAINER= toxic@doobie.com COMMENT= A binary newsreader supporting NZB files +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ sigc-2:${PORTSDIR}/devel/libsigc++20 @@ -47,6 +50,7 @@ CONFIGURE_ARGS+= --with-tlslib=OpenSSL .if defined (WITH_TLSCHECK) CONFIGURE_ARGS+= --with-tlslib=GnuTLS LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt .endif post-install: |