diff options
author | tron <tron@pkgsrc.org> | 2002-09-02 08:28:30 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-09-02 08:28:30 +0000 |
commit | faa581017b4b9151db1e1e137cc597206a334a39 (patch) | |
tree | 43278850c679b8737cc302439fc4b06b4073d0cd /x11/xterm | |
parent | fd34424f3263f9d0edb2ae79df8381f71a5a2009 (diff) | |
download | pkgsrc-faa581017b4b9151db1e1e137cc597206a334a39.tar.gz |
Backout last change because it causes build failures.
Diffstat (limited to 'x11/xterm')
-rw-r--r-- | x11/xterm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 15e79311064..46b80385f7c 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/25 21:53:01 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/09/02 08:28:30 tron Exp $ DISTNAME= xterm-164 CATEGORIES= x11 @@ -10,7 +10,6 @@ COMMENT= Latest terminal emulator for the X Window System ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD X11 distribution -USE_BUILDLINK2= YES USE_IMAKE= YES INSTALL_FILE= ${WRKDIR}/INSTALL |