diff options
author | snj <snj> | 2004-04-18 07:17:27 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-18 07:17:27 +0000 |
commit | 2d3ed04b5d6ff2d8fb0901949b58acf5125dbcdc (patch) | |
tree | fba19bcf0b5728c2b032c7bc878baa570123d125 /net/xrmftp/Makefile | |
parent | 336bfc2eba563f294e07590e9624039ea8ab42ab (diff) | |
download | pkgsrc-2d3ed04b5d6ff2d8fb0901949b58acf5125dbcdc.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'net/xrmftp/Makefile')
-rw-r--r-- | net/xrmftp/Makefile | 10 |
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" |