diff options
author | joerg <joerg@pkgsrc.org> | 2015-04-05 13:02:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-04-05 13:02:15 +0000 |
commit | 929aaf10aa8b98260efca49a1739c731fbbea3a6 (patch) | |
tree | f2a35ef3b37b1ed7d06d56562510021df56d933e | |
parent | b31a541f39f740c29ad8be43da0ddced66587f9e (diff) | |
download | pkgsrc-929aaf10aa8b98260efca49a1739c731fbbea3a6.tar.gz |
Kill bogus commented out code for using gtar, EXTRACT_USING should be
used if anything.
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index e858ab46ead..2e61910e1f7 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.46 2014/10/05 16:41:07 wiz Exp $ +# $NetBSD: Makefile.common,v 1.47 2015/04/05 13:02:15 joerg Exp $ # # used by audio/xfce4-mixer/Makefile # used by audio/xfce4-xmms-plugin/Makefile @@ -72,9 +72,3 @@ XFCE4_EGBASE= ${PREFIX}/share/examples/xfce4 .include "../../devel/glib2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/libSM/buildlink3.mk" - -## # Use the latest GNU tar when the native tar is buggy -## .if !empty(MACHINE_PLATFORM:MNetBSD-1.6*) -## BUILD_DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base -## GTAR= ${PREFIX}/bin/gtar -## .endif |