diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-17 22:55:17 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-17 22:55:17 +0000 |
commit | 549e75b6a84c5037ab319312550d25489d13290e (patch) | |
tree | 8e87a778399a3448e3024545a2bcedab38c08c2b /sysutils/most/Makefile | |
parent | 3b0634cb918f5b5f5aae2276cc3d00e8cd7cf156 (diff) | |
download | ports-549e75b6a84c5037ab319312550d25489d13290e.tar.gz ports-549e75b6a84c5037ab319312550d25489d13290e.zip |
Notes
Diffstat (limited to 'sysutils/most/Makefile')
-rw-r--r-- | sysutils/most/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile index 1f0c012c1cb5..6b820052e094 100644 --- a/sysutils/most/Makefile +++ b/sysutils/most/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: most -# Version required: 4.7 +# Version required: 4.8.1 # Date created: 31 May 1997 # Whom: rhwang@bigpanda.com # -# $Id$ +# $Id: Makefile,v 1.2 1997/06/03 21:52:01 asami Exp $ # -DISTNAME= most4.7 -PKGNAME= most-4.7 +DISTNAME= most4.8.1 +PKGNAME= most-4.8.1 CATEGORIES= misc MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/ MAINTAINER= rhwang@bigpanda.com -LIB_DEPENDS= slang\\.0\\.99[0-9][0-9]:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang\\.1:${PORTSDIR}/devel/libslang GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/most |