diff options
author | wiz <wiz> | 2001-04-12 15:01:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-12 15:01:45 +0000 |
commit | 6c3f7467b9729fbbd934da27351bea2f1ae2a142 (patch) | |
tree | 08c20ba79d82409fb2d1e4d4b95920a0c5d72a0f /graphics/g3d | |
parent | 00a61de5c6bbfbe80fa51709c1a5df2a0cad8b93 (diff) | |
download | pkgsrc-6c3f7467b9729fbbd934da27351bea2f1ae2a142.tar.gz |
Wildcard dependency on gtkglarea.
Diffstat (limited to 'graphics/g3d')
-rw-r--r-- | graphics/g3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/g3d/Makefile b/graphics/g3d/Makefile index 4b02911e858..e941d607b87 100644 --- a/graphics/g3d/Makefile +++ b/graphics/g3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 15:22:20 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/04/12 15:01:45 wiz Exp $ # DISTNAME= g3d-0.0.2 @@ -9,7 +9,7 @@ MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://condor.stcloudstate.edu/~hebl9901/g3d/ COMMENT= 3D modeller with a view of 3D modelling -DEPENDS+= gtkglarea-1.2.1:../../x11/gtkglarea +DEPENDS+= gtkglarea>=1.2.1:../../x11/gtkglarea WRKSRC= ${WRKDIR}/g3d |