diff options
author | asami <asami@FreeBSD.org> | 1998-11-29 20:43:13 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-29 20:43:13 +0800 |
commit | 63673876d4f9da0d832c3dcdcb57e5c9c8ffccf2 (patch) | |
tree | 1192ccd4bb2724833518c7a912f03e792fe34b80 /editors | |
parent | fbcd9d32ca81ab29c4255c9b0015c3f4f4e61529 (diff) | |
download | freebsd-ports-gnome-63673876d4f9da0d832c3dcdcb57e5c9c8ffccf2.tar.gz freebsd-ports-gnome-63673876d4f9da0d832c3dcdcb57e5c9c8ffccf2.tar.zst freebsd-ports-gnome-63673876d4f9da0d832c3dcdcb57e5c9c8ffccf2.zip |
More missing dependencies.
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 |