diff options
author | tnn <tnn@pkgsrc.org> | 2008-03-31 20:28:28 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-03-31 20:28:28 +0000 |
commit | c9363f70f3322d338377083f50dab57a5b00cf25 (patch) | |
tree | 4715c67afa5cb66340aed38e7e09d3fa8115ee26 /x11/mrxvt/Makefile | |
parent | 93f9a70abf3b8ded5d1b36418c14ebf4bb280cc3 (diff) | |
download | pkgsrc-c9363f70f3322d338377083f50dab57a5b00cf25.tar.gz |
Bomb if $DISPLAY is unset. Prompted by an advisory for rxvt.
Diffstat (limited to 'x11/mrxvt/Makefile')
-rw-r--r-- | x11/mrxvt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/mrxvt/Makefile b/x11/mrxvt/Makefile index da34a1f06fc..f5873ef4329 100644 --- a/x11/mrxvt/Makefile +++ b/x11/mrxvt/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2008/02/21 02:41:57 tnn Exp $ +# $NetBSD: Makefile,v 1.17 2008/03/31 20:28:28 tnn Exp $ # DISTNAME= mrxvt-0.5.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=materm/} PATCH_SITES= ${MASTER_SITES} |