svn commit: r363377 - head/x11/xdialog

Antoine Brodin antoine at FreeBSD.org
Tue Jul 29 19:32:20 UTC 2014


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 at 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
 


More information about the svn-ports-all mailing list