summaryrefslogtreecommitdiff
path: root/databases/oraedit
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-28 14:53:52 +0000
committerwiz <wiz>2000-12-28 14:53:52 +0000
commitfbbfc33e33751e450490b025914f7c0be1ca03ca (patch)
tree112467f999a7c0e1c94e96973f1c6a245cfec533 /databases/oraedit
parent55e399d8f88ef2ee1eea05e9ab2e0f47002381ad (diff)
downloadpkgsrc-fbbfc33e33751e450490b025914f7c0be1ca03ca.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