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 | |
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')
-rw-r--r-- | graphics/eog/Makefile | 4 | ||||
-rw-r--r-- | graphics/g3d/Makefile | 4 | ||||
-rw-r--r-- | graphics/gnome-pixmaps/Makefile | 4 | ||||
-rw-r--r-- | graphics/gpaint/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 594d6010e99..d7bf01e97a7 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/04/14 16:15:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.18 2004/04/14 19:30:22 jmmv Exp $ DISTNAME= eog-0.6 PKGREVISION= 7 @@ -13,7 +13,7 @@ GNU_CONFIGURE= YES USE_X11BASE= YES USE_GNU_TOOLS+= make USE_BUILDLINK3= YES -USE_DIRS+= xdg-x11-1.1 +USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES .include "../../devel/bonobo/buildlink3.mk" 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 diff --git a/graphics/gnome-pixmaps/Makefile b/graphics/gnome-pixmaps/Makefile index 8850ab5ebd9..e2271e75621 100644 --- a/graphics/gnome-pixmaps/Makefile +++ b/graphics/gnome-pixmaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/04/14 16:15:24 jmmv Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/14 19:30:22 jmmv Exp $ # DISTNAME= gnome-core-1.4.2 @@ -20,7 +20,7 @@ CONFLICTS+= gnome2-pixmaps-[0-9]* .endif USE_BUILDLINK3= YES -USE_DIRS+= xdg-x11-1.1 +USE_DIRS+= xdg-1.1 USE_X11BASE= YES NO_CONFIGURE= YES NO_BUILD= YES diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 70b2e590cbd..3219b4bbfa9 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/04/14 16:15:24 jmmv Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/14 19:30:22 jmmv Exp $ # DISTNAME= gpaint-0.2 @@ -11,7 +11,7 @@ HOMEPAGE= http://gpaint.sourceforge.net/ COMMENT= Simple, easy-to-use paint program for GNOME USE_BUILDLINK2= YES -USE_DIRS+= xdg-x11-1.1 +USE_DIRS+= xdg-1.1 GNU_CONFIGURE= YES USE_GNU_TOOLS+= make USE_GNU_GETTEXT= YES |