diff options
author | asami <asami@FreeBSD.org> | 1998-09-25 18:18:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-25 18:18:41 +0800 |
commit | 434a6004233b91817e4e753b0a8cd2c168fff179 (patch) | |
tree | df9019b93df3167be9f1f59b542dabbda97a689e /editors/jed | |
parent | e8344f8d9da46cc82495fc6afac1ddbe2b9c3f10 (diff) | |
download | freebsd-ports-gnome-434a6004233b91817e4e753b0a8cd2c168fff179.tar.gz freebsd-ports-gnome-434a6004233b91817e4e753b0a8cd2c168fff179.tar.zst freebsd-ports-gnome-434a6004233b91817e4e753b0a8cd2c168fff179.zip |
devel/libslang has been ELFized.
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index bc3f0370b609..836695c91836 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -3,7 +3,7 @@ # Date created: 22 APR 1997 # Whom: eric # -# $Id: Makefile,v 1.3 1998/04/01 01:50:02 asami Exp $ +# $Id: Makefile,v 1.4 1998/05/17 22:56:13 mph Exp $ # DISTNAME= jed0.98-7 @@ -17,7 +17,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= eric@cybernut.com -LIB_DEPENDS= slang\\.1:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang # comment out the next line if you don't want the X version of JED. XJED= xjed |