summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorjoerg <joerg>2015-04-05 13:02:15 +0000
committerjoerg <joerg>2015-04-05 13:02:15 +0000
commitba12d4be444196d88638290748c11edd5b84e70f (patch)
treef2a35ef3b37b1ed7d06d56562510021df56d933e /meta-pkgs
parente2b166866620593dff6303c47b6707a113343825 (diff)
downloadpkgsrc-ba12d4be444196d88638290748c11edd5b84e70f.tar.gz
Kill bogus commented out code for using gtar, EXTRACT_USING should be
used if anything.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/xfce4/Makefile.common8
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