summaryrefslogtreecommitdiff
path: root/net/xrmftp
diff options
context:
space:
mode:
authorsnj <snj>2004-04-18 07:17:27 +0000
committersnj <snj>2004-04-18 07:17:27 +0000
commit94ebfb4d8cc777e89ea03aba0d255dab4bd03527 (patch)
treefba19bcf0b5728c2b032c7bc878baa570123d125 /net/xrmftp
parent4a7322a082226507f21c204e9298f1675d5c2bd3 (diff)
downloadpkgsrc-94ebfb4d8cc777e89ea03aba0d255dab4bd03527.tar.gz
Convert to buildlink3.
Diffstat (limited to 'net/xrmftp')
-rw-r--r--net/xrmftp/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/xrmftp/Makefile b/net/xrmftp/Makefile
index 0eb4c2eebfe..878ebb9b1d0 100644
--- a/net/xrmftp/Makefile
+++ b/net/xrmftp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/20 12:22:22 agc Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/18 07:20:51 snj Exp $
DISTNAME= xrmftp-1.2.4
PKGREVISION= 2
@@ -11,14 +11,14 @@ HOMEPAGE= http://www.mat.uni.torun.pl/~rafmet/xrmftp/
COMMENT= FTP client for X Window System
WRKSRC= ${WRKDIR}/${DISTNAME}.src
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_X11BASE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xrmftp ${PREFIX}/bin
-.include "../../graphics/jpeg/buildlink2.mk"
-.include "../../graphics/xpm/buildlink2.mk"
-.include "../../x11/xforms/buildlink2.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/xpm/buildlink3.mk"
+.include "../../x11/xforms/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"