diff options
Diffstat (limited to 'graphics/g3d/Makefile')
-rw-r--r-- | graphics/g3d/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/g3d/Makefile b/graphics/g3d/Makefile index b0352db5375..80b35b823c1 100644 --- a/graphics/g3d/Makefile +++ b/graphics/g3d/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2004/01/24 15:46:43 grant Exp $ +# $NetBSD: Makefile,v 1.15 2004/03/08 19:40:39 jmmv Exp $ # DISTNAME= g3d-0.0.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://condor.stcloudstate.edu/~hebl9901/g3d/ @@ -10,6 +10,8 @@ MAINTAINER= sakamoto@NetBSD.org HOMEPAGE= http://condor.stcloudstate.edu/~hebl9901/g3d/ COMMENT= 3D modeller with a view of 3D modelling +DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs + WRKSRC= ${WRKDIR}/g3d USE_LIBTOOL= YES USE_GNU_TOOLS+= make |