diff options
author | asami <asami@FreeBSD.org> | 1998-08-26 20:44:12 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-26 20:44:12 +0000 |
commit | ccb84745ec272f4ac18ff60fb5ef8080f31cfaca (patch) | |
tree | 58d8a5382b1585de53140566c8870af58ca0d81d /print | |
parent | fdf08a85e82b5f9a3b942fea40736d7250b120bc (diff) | |
download | FreeBSD-ports-ccb84745ec272f4ac18ff60fb5ef8080f31cfaca.zip FreeBSD-ports-ccb84745ec272f4ac18ff60fb5ef8080f31cfaca.tar.gz |
modula-3 library is now at version 6.
Diffstat (limited to 'print')
-rw-r--r-- | print/virtualpaper/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/virtualpaper/Makefile b/print/virtualpaper/Makefile index 5dec86b..0a259a3 100644 --- a/print/virtualpaper/Makefile +++ b/print/virtualpaper/Makefile @@ -3,7 +3,7 @@ # Date created: 13 June 1996 # Whom: jkh # -# $Id: Makefile,v 1.5 1997/03/27 18:35:41 jdp Exp $ +# $Id: Makefile,v 1.6 1997/07/11 05:19:13 jdp Exp $ # DISTNAME= virtualpaper-1.4 @@ -13,8 +13,8 @@ DISTFILES= sources.tar.Z MAINTAINER= jdp@FreeBSD.org -BUILD_DEPENDS= m3build-5:${PORTSDIR}/lang/modula-3 -LIB_DEPENDS= m3\\.5\\.:${PORTSDIR}/lang/modula-3-lib +BUILD_DEPENDS= m3build-6:${PORTSDIR}/lang/modula-3 +LIB_DEPENDS= m3\\.6\\.:${PORTSDIR}/lang/modula-3-lib DIST_SUBDIR= virtualpaper-1.4 MAN1= LecternClient.1 Lectern.1 BuildLectern.1 EditLectern.1 |