diff options
author | minskim <minskim> | 2004-12-31 11:40:31 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-31 11:40:31 +0000 |
commit | 5af32906162738ed3503183bf982f6bb9a8a0772 (patch) | |
tree | bca6b9e373b4fb02069f29ad100adba46fcdece6 | |
parent | 76411eb827f49fd235ec6abea1128dbb1cb6894f (diff) | |
download | pkgsrc-5af32906162738ed3503183bf982f6bb9a8a0772.tar.gz |
This package depends on x11/tk because it installs a wish script; use
DEPENDS instead of buildlinking tk. Also relax the tk requirement so
that it can be used with Tk-8.4.
Bump PKGREVISION due to the dependency change.
-rw-r--r-- | devel/pvs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pvs/Makefile b/devel/pvs/Makefile index 6c9c2b855a9..915ca7634f6 100644 --- a/devel/pvs/Makefile +++ b/devel/pvs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2004/10/01 10:37:33 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/12/31 11:40:31 minskim Exp $ # DISTNAME= pvs-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel lang MASTER_SITES= ftp://pvs.csl.sri.com/pub/pvs/pvs${VERSION}/ \ ftp://ftp.cs.york.ac.uk/pub/pvs/pvs${VERSION}/ \ @@ -18,6 +18,7 @@ HOMEPAGE= http://pvs.csl.sri.com/ COMMENT= The PVS Specification and Verification System DEPENDS+= teTeX>=1.0.7:../../print/teTeX +DEPENDS+= tk>=8.0:../../x11/tk WRKSRC= ${WRKDIR} VERSION= 3.1 @@ -63,6 +64,5 @@ do-install: cd ${WRKSRC} && ${PAX} -s ,^./[.].*,, -rw . ${PREFIX}/pvs ${CHMOD} 755 ${PREFIX}/pvs/pvs -.include "../../x11/tk83/buildlink3.mk" .include "../../mk/emacs.mk" .include "../../mk/bsd.pkg.mk" |