aboutsummaryrefslogtreecommitdiff
path: root/x11/9term
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-07 09:05:09 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-07 09:05:09 +0000
commit15dab03ed9814a74cf8803678ef66d4c5838769e (patch)
tree3aa10d621d7dde1506db55ce2ef92c4d90dd9f20 /x11/9term
parente8161884f8e0ccba6ad2c7180a1683adb5ae19de (diff)
downloadports-15dab03ed9814a74cf8803678ef66d4c5838769e.tar.gz
ports-15dab03ed9814a74cf8803678ef66d4c5838769e.zip
Add DEPENDS to sam, this port requires libraries and private headers.
Notes
Notes: svn path=/head/; revision=4859
Diffstat (limited to 'x11/9term')
-rw-r--r--x11/9term/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile
index f6f8a6339079..2a5c2cd6aa97 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 <bsd.port.mk>