diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-14 21:49:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-14 21:49:22 +0000 |
commit | b5c51549711475958819dbd25d9b814a616d99d2 (patch) | |
tree | e4cb125759104329abe0976c38a5ef8b81d432d4 /graphics/openptc | |
parent | fcc90fc3f8e911036ed3111e06216e438fb306c9 (diff) | |
download | pkgsrc-b5c51549711475958819dbd25d9b814a616d99d2.tar.gz |
wildcard dependency on Hermes
Diffstat (limited to 'graphics/openptc')
-rw-r--r-- | graphics/openptc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/openptc/Makefile b/graphics/openptc/Makefile index 5dc4d9ea919..a07c6125995 100644 --- a/graphics/openptc/Makefile +++ b/graphics/openptc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/22 09:14:55 garbled Exp $ +# $NetBSD: Makefile,v 1.2 2000/03/14 21:49:22 wiz Exp $ DISTNAME= OpenPTC-x11-1.0.0-2 PKGNAME= OpenPTC-X11-1.0.02 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.cs.ucl.ac.uk/students/c.nentwich/ptc/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.cs.ucl.ac.uk/students/c.nentwich/ptc/ -DEPENDS+= Hermes-1.2.5:../../graphics/hermes +DEPENDS+= Hermes>=1.2.5:../../graphics/hermes WRKSRC= ${WRKDIR}/OpenPTC-x11-1.0.0 |