Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 13:31:19 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331575 - head/print/cups-base
Message-ID:  <201310251331.r9PDVJSv073412@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct 25 13:31:18 2013
New Revision: 331575
URL: http://svnweb.freebsd.org/changeset/ports/331575

Log:
  - Use USES=gmake

Modified:
  head/print/cups-base/Makefile

Modified: head/print/cups-base/Makefile
==============================================================================
--- head/print/cups-base/Makefile	Fri Oct 25 13:23:32 2013	(r331574)
+++ head/print/cups-base/Makefile	Fri Oct 25 13:31:18 2013	(r331575)
@@ -19,7 +19,7 @@ CONFLICTS=	LPRng-[0-9]*
 UNIQUENAME=	${PORTNAME}${PKGNAMESUFFIX}
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES+=		gmake
 GNU_CONFIGURE=	yes
 CFLAGS+=	${PTHREAD_CFLAGS}
 CPPFLAGS+=	-I${LOCALBASE}/include



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