diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-14 19:30:22 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-14 19:30:22 +0000 |
commit | c8cb1c5b0d27859ccaf602783239a737527e0577 (patch) | |
tree | e30c50a407b6596227e9baab1c0a17bc5650861c /graphics/g3d | |
parent | 5da27fc953fa258a6b8b9313364b124082261ef4 (diff) | |
download | pkgsrc-c8cb1c5b0d27859ccaf602783239a737527e0577.tar.gz |
Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choose
which one is required in an automatic way by checking USE_X11BASE. This
simplifies things and avoids possible problems in the future due to confusion.
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 5b1d52aa8c6..69d1029d744 100644 --- a/graphics/g3d/Makefile +++ b/graphics/g3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/04/14 16:15:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.17 2004/04/14 19:30:22 jmmv Exp $ # DISTNAME= g3d-0.0.2 @@ -11,7 +11,7 @@ HOMEPAGE= http://condor.stcloudstate.edu/~hebl9901/g3d/ COMMENT= 3D modeller with a view of 3D modelling WRKSRC= ${WRKDIR}/g3d -USE_DIRS+= xdg-x11-1.1 +USE_DIRS+= xdg-1.1 USE_LIBTOOL= YES USE_GNU_TOOLS+= make USE_X11BASE= YES |