pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/xfce4-icon-theme NetBSD 1.6.2 must use gtar



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e94b0d8df816
branches:  trunk
changeset: 489552:e94b0d8df816
user:      martti <martti%pkgsrc.org@localhost>
date:      Wed Feb 23 14:07:25 2005 +0000

description:
NetBSD 1.6.2 must use gtar

diffstat:

 graphics/xfce4-icon-theme/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 119c43ac3da3 -r e94b0d8df816 graphics/xfce4-icon-theme/Makefile
--- a/graphics/xfce4-icon-theme/Makefile        Wed Feb 23 14:00:01 2005 +0000
+++ b/graphics/xfce4-icon-theme/Makefile        Wed Feb 23 14:07:25 2005 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index