summaryrefslogtreecommitdiff
path: root/news/nget/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-21 13:57:19 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-21 13:57:19 +0000
commit75a367f6b1227e3c8e9bcd3bb07229c6ca665632 (patch)
tree7ea0f2236b026eb99b0181ec9e41c8146751480f /news/nget/Makefile
parentUpdate to 1.05 (diff)
- Update to version 0.25
Notes
Notes: svn path=/head/; revision=94645
Diffstat (limited to 'news/nget/Makefile')
-rw-r--r--news/nget/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/news/nget/Makefile b/news/nget/Makefile
index ec70e029434b..7c219aa6e408 100644
--- a/news/nget/Makefile
+++ b/news/nget/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nget
-PORTVERSION= 0.24.2
+PORTVERSION= 0.25
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nget
@@ -18,7 +18,9 @@ COMMENT= Auto-resuming command line nntp file grabber
MAN1= nget.1 ngetlite.1
MANCOMPRESSED= no
GNU_CONFIGURE= yes
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
+USE_GETOPT_LONG= yes
.include <bsd.port.pre.mk>