diff options
author | minskim <minskim@pkgsrc.org> | 2005-02-23 04:09:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-02-23 04:09:50 +0000 |
commit | ff87c70d933fc12b3b3ebd297b2e3a5aad50e407 (patch) | |
tree | 1c486618c769365233d17dfa8d1b637499265daa /x11/rxvt | |
parent | 041cee7da02e66fb0090b780fb9430f0665e9e93 (diff) | |
download | pkgsrc-ff87c70d933fc12b3b3ebd297b2e3a5aad50e407.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'x11/rxvt')
-rw-r--r-- | x11/rxvt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 420ca3319e6..6fbf6c98892 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2005/01/16 22:00:26 christos Exp $ +# $NetBSD: Makefile,v 1.44 2005/02/23 04:09:51 minskim Exp $ # FreeBSD Id: Makefile,v 1.13 1997/03/07 12:29:49 obrien Exp # @@ -13,6 +13,8 @@ MAINTAINER= gcw@rxvt.org HOMEPAGE= http://www.rxvt.org/ COMMENT= Low memory usage xterm replacement that supports color +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_X11BASE= YES |