diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-12 15:01:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-12 15:01:45 +0000 |
commit | e24773864ba227c5ae0d61718252209a377abedb (patch) | |
tree | 08c20ba79d82409fb2d1e4d4b95920a0c5d72a0f /graphics/g3d/Makefile | |
parent | 7d052dc00de83c1221e2611166d20ae59101c096 (diff) | |
download | pkgsrc-e24773864ba227c5ae0d61718252209a377abedb.tar.gz |
Wildcard dependency on gtkglarea.
Diffstat (limited to 'graphics/g3d/Makefile')
-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 |