diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
commit | 5e0762a9564e268d4b9082c6548617a78306a15a (patch) | |
tree | 26fbb7dc3029f5ab0e53731f050deadcaac8f40f /editors | |
parent | Back out update - we're in freeze. Whoops. (diff) |
More missing dependencies.
Notes
Notes:
svn path=/head/; revision=14954
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jed/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 0fa4080c51c3..a5159e82f3b7 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -3,7 +3,7 @@ # Date created: 22 APR 1997 # Whom: eric # -# $Id: Makefile,v 1.6 1998/10/13 01:25:32 jseger Exp $ +# $Id: Makefile,v 1.7 1998/10/14 04:13:40 jseger Exp $ # DISTNAME= jed0.98-7 @@ -19,6 +19,8 @@ MAINTAINER= eric@cybernut.com LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang +USE_XLIB= yes + # comment out the next line if you don't want the X version of JED. XJED= xjed |