From ed6a3fbdb5c09e88afc3f25a1cf8b083264ca9a0 Mon Sep 17 00:00:00 2001 From: asami Date: Sat, 7 Dec 1996 09:05:09 +0000 Subject: Add DEPENDS to sam, this port requires libraries and private headers. --- x11/9term/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/9term/Makefile b/x11/9term/Makefile index f6f8a633907..2a5c2cd6aa9 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.2 1995/10/28 20:25:56 erich Exp $ +# $Id: Makefile,v 1.3 1996/11/12 02:19:30 obrien Exp $ # DISTNAME= 9term.1.6.3 @@ -13,6 +13,9 @@ MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ MAINTAINER= erich@FreeBSD.org +# needs library and private header +DEPENDS= ${PORTSDIR}/plan9/sam + NO_WRKSUBDIR= yes .include -- cgit