diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | net/IglooFTP/Makefile | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 52bbbbbd6a9..cbe00941f8e 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5390 2004/03/31 07:07:14 cube Exp $ +$NetBSD: CHANGES,v 1.5391 2004/03/31 07:20:20 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1631,3 +1631,4 @@ Changes to the packages collection and infrastructure in 2004: Updated sqlite to 2.8.13 [snj 2004-03-31] Updated py-sqlite to 0.5.0 [snj 2004-03-31] Updated ethereal to 0.10.3 [cube 2004-03-31] + Updated IglooFTP to 0.6.1nb3 [xtraeme 2004-03-31] diff --git a/net/IglooFTP/Makefile b/net/IglooFTP/Makefile index 6dd714be6a3..c3112a8bcbb 100644 --- a/net/IglooFTP/Makefile +++ b/net/IglooFTP/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:22:18 agc Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/31 07:20:21 xtraeme Exp $ DISTNAME= IglooFTP-0.6.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/file-transfer/} \ ftp://littleigloo.org/pub/iglooftp/ @@ -12,11 +12,11 @@ HOMEPAGE= http://www.littleigloo.org/iglooftp.php3 COMMENT= Easy to use FTP client for X Window System WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_BUILDLINK2= yes -USE_X11BASE= yes +USE_BUILDLINK3= yes +USE_X11= yes post-extract: ${RM} ${WRKSRC}/../share/docs/LICENSE~ -.include "../../x11/gtk/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |