summaryrefslogtreecommitdiff
path: root/net/zephyr
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 /net/zephyr
parentLIB_DEPENDS on Xpm. (diff)
A few more USE_XLIBs.
Notes
Notes: svn path=/head/; revision=14938
Diffstat (limited to 'net/zephyr')
-rw-r--r--net/zephyr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile
index 2309d1aa0745..39c46086b08a 100644
--- a/net/zephyr/Makefile
+++ b/net/zephyr/Makefile
@@ -3,7 +3,7 @@
# Date created: 1-Aug-1995
# Whom: pst
#
-# $Id: Makefile,v 1.6 1996/12/01 01:23:26 obrien Exp $
+# $Id: Makefile,v 1.7 1997/07/10 15:50:55 pst Exp $
#
DISTNAME= zephyr-2.0.4
@@ -12,6 +12,7 @@ MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/dist/
MAINTAINER= ports@FreeBSD.org
+USE_XLIB= yes
.if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES)
CONFIGURE_ARGS="--with-krb4"
.endif