summaryrefslogtreecommitdiff
path: root/graphics/xfce4-icon-theme
diff options
context:
space:
mode:
authormartti <martti>2005-02-23 14:07:25 +0000
committermartti <martti>2005-02-23 14:07:25 +0000
commit4e942487e7e79d5e2198c0273b1eaae8700419a1 (patch)
tree6419462537876e59bad41656542855a2cc6500c8 /graphics/xfce4-icon-theme
parent8f2ed1ace2f85380e5e433dedcd02dc419b09dae (diff)
downloadpkgsrc-4e942487e7e79d5e2198c0273b1eaae8700419a1.tar.gz
NetBSD 1.6.2 must use gtar
Diffstat (limited to 'graphics/xfce4-icon-theme')
-rw-r--r--graphics/xfce4-icon-theme/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/xfce4-icon-theme/Makefile b/graphics/xfce4-icon-theme/Makefile
index 8d583ebf363..53db5587546 100644
--- a/graphics/xfce4-icon-theme/Makefile
+++ b/graphics/xfce4-icon-theme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/01/17 12:47:07 martti Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/23 14:07:25 martti Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -6,4 +6,10 @@ DISTNAME= xfce4-icon-theme-${XFCE4_VERSION}
CATEGORIES= graphics
COMMENT= XFce4 icon themes
+.if !empty(MACHINE_PLATFORM:MNetBSD-1.6*)
+# The distfile cannot be extracted with tar on NetBSD 1.6.x
+BUILD_DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base
+GTAR= ${PREFIX}/bin/${GNU_PROGRAM_PREFIX}tar
+.endif
+
.include "../../mk/bsd.pkg.mk"