diff options
author | pav <pav@FreeBSD.org> | 2008-08-16 09:22:41 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-08-16 09:22:41 +0000 |
commit | dc8c05f8431f83232b2bedb49bb1734fd4876af1 (patch) | |
tree | 1d4ac13d05b2700456682acce707c80c53b4191d /news/nget/Makefile | |
parent | 6cd9301021d9279c5031f138633fec27e38025d2 (diff) | |
download | FreeBSD-ports-dc8c05f8431f83232b2bedb49bb1734fd4876af1.zip FreeBSD-ports-dc8c05f8431f83232b2bedb49bb1734fd4876af1.tar.gz |
- Fix build with gcc42
- Backport bugfixes from vendor CVS
Submitted by: Jeff Burchell <toxic@doobie.com>
Diffstat (limited to 'news/nget/Makefile')
-rw-r--r-- | news/nget/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/news/nget/Makefile b/news/nget/Makefile index 4f0f877..4f8e76b 100644 --- a/news/nget/Makefile +++ b/news/nget/Makefile @@ -7,6 +7,7 @@ PORTNAME= nget PORTVERSION= 0.27.1 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nget @@ -17,16 +18,10 @@ COMMENT= Auto-resuming command line nntp file grabber MAN1= nget.1 ngetlite.1 MANCOMPRESSED= no -GNU_CONFIGURE= yes +USE_AUTOTOOLS= autoconf:261 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - post-extract: ${LN} -s nget-${PORTVERSION} ${WRKDIR}/${DISTNAME} @@ -46,4 +41,4 @@ post-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |