summaryrefslogtreecommitdiff
path: root/misc/most/Makefile
diff options
context:
space:
mode:
authortv <tv>1998-07-15 14:16:21 +0000
committertv <tv>1998-07-15 14:16:21 +0000
commitae4b1eaf438e3b8cc066d32a88b22ab0bfd901cf (patch)
tree4531cd3f7777c3eb8251d7f68067fa1e5ec836b3 /misc/most/Makefile
parent8b9465dbfa5841f03b5e2768eec2407bf121a882 (diff)
downloadpkgsrc-ae4b1eaf438e3b8cc066d32a88b22ab0bfd901cf.tar.gz
Update most to 4.8.1.
Diffstat (limited to 'misc/most/Makefile')
-rw-r--r--misc/most/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/misc/most/Makefile b/misc/most/Makefile
index 30c4fe120e0..b18d4734471 100644
--- a/misc/most/Makefile
+++ b/misc/most/Makefile
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.6 1998/06/22 12:52:33 agc Exp $
+# $NetBSD: Makefile,v 1.7 1998/07/15 14:16:21 tv Exp $
# FreeBSD 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
-DEPENDS+= libslang-0.99.38:../../devel/libslang
+DEPENDS+= libslang-1.2.2:../../devel/libslang
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --without-x
WRKSRC= ${WRKDIR}/most
.include "../../mk/bsd.pkg.mk"