Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2014 19:32:19 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363377 - head/x11/xdialog
Message-ID:  <201407291932.s6TJWJ9S010823@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jul 29 19:32:19 2014
New Revision: 363377
URL: http://svnweb.freebsd.org/changeset/ports/363377
QAT: https://qat.redports.org/buildarchive/r363377/

Log:
  Fix make fetch
  
  Pointy hat:	adamw

Modified:
  head/x11/xdialog/Makefile

Modified: head/x11/xdialog/Makefile
==============================================================================
--- head/x11/xdialog/Makefile	Tue Jul 29 19:20:08 2014	(r363376)
+++ head/x11/xdialog/Makefile	Tue Jul 29 19:32:19 2014	(r363377)
@@ -11,6 +11,7 @@ DISTNAME=	${PORTNAME:S/x/X/}-${PORTVERSI
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A drop in replacement for the "dialog" or "cdialog" programs
 
+USES=		tar:bzip2
 USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -24,7 +25,7 @@ OPTIONS_DEFINE=	DOCS NLS
 CONFIGURE_ARGS+=	--disable-nls
 PLIST_SUB+=	NLS="@comment "
 .else
-USES+=		gettext tar:bzip2
+USES+=		gettext
 PLIST_SUB+=	NLS=""
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407291932.s6TJWJ9S010823>