diff options
author | snj <snj@pkgsrc.org> | 2004-04-24 21:34:46 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-24 21:34:46 +0000 |
commit | d403161edaec06dff5df4bc599b1cd5c83769178 (patch) | |
tree | 75ca43f822af7bd7ce81be52231e2e94151539d6 /x11/rxvt | |
parent | 609425c2ed96dffeb7a57d8eafb19bcd3d0aab6d (diff) | |
download | pkgsrc-d403161edaec06dff5df4bc599b1cd5c83769178.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'x11/rxvt')
-rw-r--r-- | x11/rxvt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index acdcda14fd5..4a5e288ee98 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2003/04/28 20:54:45 salo Exp $ +# $NetBSD: Makefile,v 1.42 2004/04/24 21:34:46 snj Exp $ # FreeBSD Id: Makefile,v 1.13 1997/03/07 12:29:49 obrien Exp # @@ -13,7 +13,7 @@ MAINTAINER= gcw@rxvt.org HOMEPAGE= http://www.rxvt.org/ COMMENT= Low memory usage xterm replacement that supports color -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_X11BASE= YES GNU_CONFIGURE= YES @@ -66,5 +66,5 @@ pre-install: ${INSTALL_DATA} ${FILESDIR}/Rxvt ${X11PREFIX}/lib/X11/app-defaults; \ fi -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |