From 752a5d064081e1ba76e469374c8049352311715e Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 15 Feb 2005 08:56:19 +0000 Subject: Due to a whacked out distfile, this port needs gtar to extract on earlier versions of FreeBSD. Reported by: adamw git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3654 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-themes/gnome-themes-extras/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'x11-themes/gnome-themes-extras') diff --git a/x11-themes/gnome-themes-extras/Makefile b/x11-themes/gnome-themes-extras/Makefile index 9a6b96273..a537be10e 100644 --- a/x11-themes/gnome-themes-extras/Makefile +++ b/x11-themes/gnome-themes-extras/Makefile @@ -27,8 +27,15 @@ USE_GNOME= gnomehack libgnomeui intlhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +.include + +.if ${OSVERSION} < 503001 +EXTRACT_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar +TAR= ${LOCALBASE}/bin/gtar +.endif + post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ "/^themedir =.*metacity-1$$/s|themes|gnome/themes|" -.include +.include -- cgit