Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 23:42:50 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389882 - head/print/gtklp
Message-ID:  <201506162342.t5GNgoO1081468@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 16 23:42:49 2015
New Revision: 389882
URL: https://svnweb.freebsd.org/changeset/ports/389882

Log:
  - Add LICENSE_FILE
  - Add missing USES=libtool
  - Switch to USES=autoreconf

Modified:
  head/print/gtklp/Makefile

Modified: head/print/gtklp/Makefile
==============================================================================
--- head/print/gtklp/Makefile	Tue Jun 16 23:32:07 2015	(r389881)
+++ head/print/gtklp/Makefile	Tue Jun 16 23:42:49 2015	(r389882)
@@ -11,16 +11,16 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GTK interface to cups
 
 LICENSE=	GPLv2 # (or later)
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libcups.so:${PORTSDIR}/print/cups-client
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USES=		gettext pkgconfig
+USES=		autoreconf gettext libtool pkgconfig
+GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20
 USE_OPENSSL=	yes
-USE_AUTOTOOLS=	aclocal autoheader automake autoconf
-AUTOMAKE_ARGS=	--add-missing --copy
 INSTALLS_ICONS=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include



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