[Midnightbsd-cvs] mports [15582] trunk/archivers/gtar/Makefile: cleanup depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 14 19:28:00 EST 2013


Revision: 15582
          http://svnweb.midnightbsd.org/mports/?rev=15582
Author:   laffer1
Date:     2013-11-14 19:27:59 -0500 (Thu, 14 Nov 2013)
Log Message:
-----------
cleanup depends

Modified Paths:
--------------
    trunk/archivers/gtar/Makefile

Modified: trunk/archivers/gtar/Makefile
===================================================================
--- trunk/archivers/gtar/Makefile	2013-11-15 00:20:24 UTC (rev 15581)
+++ trunk/archivers/gtar/Makefile	2013-11-15 00:27:59 UTC (rev 15582)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gtar
 PORTVERSION=	1.26
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers sysutils
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -10,6 +10,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNU version of the traditional tape archiver
+
 LICENSE=	gpl3
 
 WRKSRC=		${WRKDIR}/tar-${PORTVERSION}
@@ -21,9 +22,8 @@
 
 USE_AUTOTOOLS=	autoconf:env	# autom4te
 USE_XZ=		yes
-USE_ICONV=	yes
+USES=		iconv
 GNU_CONFIGURE=	yes
-MAKE_JOBS_SAFE=	yes
 CONFIGURE_ARGS=	--program-prefix=g \
 		--disable-silent-rules
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -43,7 +43,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT=	yes
+USES+=		gettext
 PLIST_SUB+=	NLS=""
 .else
 CONFIGURE_ARGS+=--disable-nls
@@ -55,10 +55,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 4003
-RUN_DEPENDS+=	xz:${PORTSDIR}/archivers/xz
-.endif
-
 # supply result to skip a test that will abort configure if run as root
 .if ${OSVERSION} < 4016
 CONFIGURE_ENV+=	gl_cv_func_mknod_works=no



More information about the Midnightbsd-cvs mailing list