diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 01:32:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 01:32:22 +0000 |
commit | e70b376fa428d35e2ee7ec89f1f025ea77c1a2e5 (patch) | |
tree | 4beb1060fa73ef3220b4b4f62528af9c91daf0bc /meta-pkgs | |
parent | 7425b543e8f92cf560a58d4bf6db6c156cca9e85 (diff) | |
download | pkgsrc-e70b376fa428d35e2ee7ec89f1f025ea77c1a2e5.tar.gz |
Note that tar is required by this package.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xorg/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-pkgs/xorg/Makefile.common b/meta-pkgs/xorg/Makefile.common index c753c1e53a3..4e82536484d 100644 --- a/meta-pkgs/xorg/Makefile.common +++ b/meta-pkgs/xorg/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.28 2005/04/15 16:38:32 hira Exp $ +# $NetBSD: Makefile.common,v 1.29 2005/05/16 01:32:23 jlam Exp $ # # XBUILD_DIRS is the group of directories under ${WRKSRC} that will # be built in. @@ -305,6 +305,7 @@ do-configure: # # This can use for a single distfile. # +PKGSRC_USE_TOOLS+= tar . if defined(XEXTRACTS) && !empty(XEXTRACTS) _EXTRACTS= xc/config xc/include xc/extras/Mesa/include/GL . for _dir in ${XEXTRACTS} |