diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-17 13:03:49 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-17 13:03:49 +0000 |
commit | 6594c932068974381fe532fa6330f5e2548b2e80 (patch) | |
tree | 77550f33361ec93c720b144643d823c0f80799ec /plan9/9term/Makefile | |
parent | 8af161a067034d0c7d286f51923c2e3b06084b53 (diff) | |
download | pkgsrc-6594c932068974381fe532fa6330f5e2548b2e80.tar.gz |
add MANCOMPRESSED, MAN1, update BUILD_DEPENDS
Diffstat (limited to 'plan9/9term/Makefile')
-rw-r--r-- | plan9/9term/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/plan9/9term/Makefile b/plan9/9term/Makefile index d71abfd172a..ad39cde7c59 100644 --- a/plan9/9term/Makefile +++ b/plan9/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1997/10/09 14:35:18 agc Exp $ +# $NetBSD: Makefile,v 1.3 1997/10/17 13:03:49 hubertf Exp $ # New ports collection makefile for: 9term # Version required: 1.6.3 # Date created: Sun Aug 13 12:36:14 CDT 1995 @@ -15,7 +15,14 @@ MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ MAINTAINER= erich@FreeBSD.org # needs library and private header, but not during runtime -BUILD_DEPENDS= /always_build_it:${PORTSDIR}/plan9/sam +BUILD_DEPENDS= ${PORTSDIR}/plan9/sam/work/libframe/libframe.a:${PORTSDIR}/plan9/sam + +OPSYS!= uname -s +.if (${OPSYS} == "NetBSD") +MANCOMPRESSED= yes +.endif + +MAN1= 9term.1 NO_WRKSUBDIR= yes |