diff options
author | wiz <wiz> | 2000-01-10 01:39:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-01-10 01:39:02 +0000 |
commit | 55253b6199896a438ae8ec0789b7997648cff5c8 (patch) | |
tree | 1d019e8fd84c7e906a4bf476ad2269a78d304a50 /plan9 | |
parent | 47d48851ca75f9b6f9b94d239283d56beaee2721 (diff) | |
download | pkgsrc-55253b6199896a438ae8ec0789b7997648cff5c8.tar.gz |
miscellaneous small changes to make pkglint happy
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/9term/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plan9/9term/Makefile b/plan9/9term/Makefile index c53fee5fdc3..85ce2cc9e45 100644 --- a/plan9/9term/Makefile +++ b/plan9/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1999/10/04 23:14:56 simonb Exp $ +# $NetBSD: Makefile,v 1.21 2000/01/10 01:39:05 wiz Exp $ # FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp # @@ -10,11 +10,11 @@ MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~matty/9term/index.html -USE_X11= yes - # needs library and private header, but not during runtime BUILD_DEPENDS= ${BUILD_ROOT}/plan9/sam/${WRKDIR:T}/libframe/libframe.a:../../plan9/sam:all +USE_X11= yes + NOT_FOR_PLATFORM= *-*-alpha #LP64 Problems MANCOMPRESSED= yes |