svn commit: r389882 - head/print/gtklp

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 16 23:42:50 UTC 2015


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


More information about the svn-ports-all mailing list