diff options
author | tron <tron@pkgsrc.org> | 2002-09-04 12:53:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-09-04 12:53:02 +0000 |
commit | 34f34cdbce1f5098820719f0d818200a29094728 (patch) | |
tree | c6cc9a23cb70edc71c745489b89539b3a30f6a05 /x11/xterm | |
parent | 6ac8514131d5d60abef2653adc72f570190e792e (diff) | |
download | pkgsrc-34f34cdbce1f5098820719f0d818200a29094728.tar.gz |
Revert last change after buildlink2 problem was fixed by Johnny C. Lam.
Diffstat (limited to 'x11/xterm')
-rw-r--r-- | x11/xterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 46b80385f7c..c30da354345 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/09/02 08:28:30 tron Exp $ +# $NetBSD: Makefile,v 1.5 2002/09/04 12:57:56 tron Exp $ DISTNAME= xterm-164 CATEGORIES= x11 @@ -10,6 +10,7 @@ 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 |