summaryrefslogtreecommitdiff
path: root/x11/9term
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-28 09:07:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-28 09:07:24 +0000
commitf22feb535b65ee52eebe6334a7e442a9da6e8eb8 (patch)
tree933d73267b162cfaafe154e686904d99798b5fbe /x11/9term
parentLIB_DEPENDS on Xpm. (diff)
A few more USE_XLIBs.
Notes
Notes: svn path=/head/; revision=14938
Diffstat (limited to 'x11/9term')
-rw-r--r--x11/9term/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile
index 66945928a1dd..0681838df89c 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.6 1998/08/23 07:34:46 hoek Exp $
+# $Id: Makefile,v 1.7 1998/11/21 17:18:15 steve Exp $
#
DISTNAME= 9term.1.6.3
@@ -13,12 +13,13 @@ MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
MAINTAINER= erich@FreeBSD.org
-MAN1= 9term.1
-MANCOMPRESSED= yes
-
# needs library and private header, but not during runtime
BUILD_DEPENDS= /always_build_it:${PORTSDIR}/plan9/sam
+USE_XLIB= yes
+MAN1= 9term.1
+MANCOMPRESSED= yes
+
NO_WRKSUBDIR= yes
.include <bsd.port.mk>