diff options
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 e60c75cf694..de8a4326820 100644 --- a/plan9/9term/Makefile +++ b/plan9/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/09/22 06:11:39 garbled Exp $ +# $NetBSD: Makefile,v 1.16 1998/11/13 01:41:16 frueauf Exp $ # FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp # @@ -7,8 +7,6 @@ PKGNAME= 9term-1.6.3 CATEGORIES= plan9 MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ -NOT_FOR_ARCHS= alpha #LP64 Problems - MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~matty/9term/index.html @@ -22,6 +20,8 @@ BUILD_ROOT= ${PKGSRCDIR} .endif BUILD_DEPENDS= ${BUILD_ROOT}/plan9/sam/${WRKDIR:T}/libframe/libframe.a:../../plan9/sam +NOT_FOR_ARCHS= alpha #LP64 Problems + MANCOMPRESSED= yes NO_WRKSUBDIR= yes MAKE_ENV+= WRKDIR=${WRKDIR} PKGSRCDIR=${BUILD_ROOT} |