diff options
Diffstat (limited to 'net/gftp/Makefile.common')
-rw-r--r-- | net/gftp/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gftp/Makefile.common b/net/gftp/Makefile.common index e8d8b38c2ef..2ad0f53c816 100644 --- a/net/gftp/Makefile.common +++ b/net/gftp/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2003/09/01 21:38:43 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.2 2003/12/13 11:49:39 xtraeme Exp $ DISTNAME= gftp-${VERSION} CATEGORIES= net @@ -19,7 +19,7 @@ PTHREAD_OPTS= require CONFIGURE_ARGS+= --with-readline -VERSION= 2.0.15 +VERSION= 2.0.16 .include "../../mk/bsd.prefs.mk" |