diff options
author | steve <steve@FreeBSD.org> | 1998-08-31 00:00:13 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-31 00:00:13 +0800 |
commit | 3990680f702c38f9880660720d526b24015cccf5 (patch) | |
tree | b085a65503ea127c586be4fc5fa9837112b15f93 /editors/le | |
parent | 4e933659faf4b9be3b7b5f9cec8e5b774ab434c1 (diff) | |
download | freebsd-ports-graphics-3990680f702c38f9880660720d526b24015cccf5.tar.gz freebsd-ports-graphics-3990680f702c38f9880660720d526b24015cccf5.tar.zst freebsd-ports-graphics-3990680f702c38f9880660720d526b24015cccf5.zip |
Add -lmytinfo to link step so this builds again.
Diffstat (limited to 'editors/le')
-rw-r--r-- | editors/le/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile index 1ab68bc377c..875f2f7dfe7 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -3,7 +3,7 @@ # Date created: 16 October 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/03/16 14:08:18 tg Exp $ +# $Id: Makefile,v 1.2 1998/07/25 11:56:15 asami Exp $ # DISTNAME= le-1.4.2 @@ -12,8 +12,6 @@ MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ MAINTAINER= andy@icc.surw.chel.su -BROKEN= build - GNU_CONFIGURE= yes MAN1= le.1 |