diff options
Diffstat (limited to 'misc/xdg-x11-dirs')
-rw-r--r-- | misc/xdg-x11-dirs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/xdg-x11-dirs/Makefile b/misc/xdg-x11-dirs/Makefile index 15b0aebc6cf..a02aa7afcfc 100644 --- a/misc/xdg-x11-dirs/Makefile +++ b/misc/xdg-x11-dirs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/08/20 19:16:21 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/09/28 19:51:27 rillig Exp $ # DISTNAME= xdg-x11-dirs-1.2 @@ -13,10 +13,10 @@ COMMENT= Shared XDG directories under the X11 tree CONFLICTS= gnome2-dirs<=1.2 -NO_BUILD= # defined -NO_CONFIGURE= # defined -NO_CHECKSUM= # defined -NO_EXTRACT= # defined +NO_BUILD= yes +NO_CONFIGURE= yes +NO_CHECKSUM= yes +NO_EXTRACT= yes USE_LANGUAGES= # empty USE_PKGINSTALL= yes USE_X11BASE= yes |