summaryrefslogtreecommitdiff
path: root/databases/oraedit
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-28 14:53:52 +0000
committerwiz <wiz@pkgsrc.org>2000-12-28 14:53:52 +0000
commit9bb3f753b2eeb7d6ed461f77c788d43ad81f63dc (patch)
tree112467f999a7c0e1c94e96973f1c6a245cfec533 /databases/oraedit
parent6a9e65362f3d67b642f23bb45cf5bde318ec3b33 (diff)
downloadpkgsrc-9bb3f753b2eeb7d6ed461f77c788d43ad81f63dc.tar.gz
Fix dependency on python to >=1.5
Diffstat (limited to 'databases/oraedit')
-rw-r--r--databases/oraedit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/oraedit/Makefile b/databases/oraedit/Makefile
index 24cf92a278a..eab8050d843 100644
--- a/databases/oraedit/Makefile
+++ b/databases/oraedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/15 11:31:40 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2000/12/28 14:53:52 wiz Exp $
DISTNAME= oraedit-0.1.3
CATEGORIES= databases
@@ -6,7 +6,7 @@ MASTER_SITES= http://www.ics.muni.cz/~dolecek/projects/python/oraedit/
MAINTAINER= jdolecek@netbsd.org
-DEPENDS= python-1.5*:../../lang/python
+DEPENDS= python>=1.5:../../lang/python
NO_CONFIGURE= 1
NO_BUILD= 1