diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:18:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:18:41 +0000 |
commit | 39475894a904806d7127c1dc1169c2e0437343c2 (patch) | |
tree | ae95f6d22e076c8f0785f739ef90edfa979c65a8 /editors/jed | |
parent | b6d6b302c94fe4922cbc4550b3fdb06a43de6f8e (diff) | |
download | ports-39475894a904806d7127c1dc1169c2e0437343c2.tar.gz ports-39475894a904806d7127c1dc1169c2e0437343c2.zip |
Notes
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 |