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 /sysutils | |
parent | b6d6b302c94fe4922cbc4550b3fdb06a43de6f8e (diff) | |
download | ports-39475894a904806d7127c1dc1169c2e0437343c2.tar.gz ports-39475894a904806d7127c1dc1169c2e0437343c2.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/most/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile index 6b820052e094..e65c2a4a73b5 100644 --- a/sysutils/most/Makefile +++ b/sysutils/most/Makefile @@ -3,7 +3,7 @@ # Date created: 31 May 1997 # Whom: rhwang@bigpanda.com # -# $Id: Makefile,v 1.2 1997/06/03 21:52:01 asami Exp $ +# $Id: Makefile,v 1.3 1998/05/17 22:55:15 mph Exp $ # DISTNAME= most4.8.1 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \ MAINTAINER= rhwang@bigpanda.com -LIB_DEPENDS= slang\\.1:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/most |