svn commit: r336073 - head/databases/tinycdb

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 10 18:13:37 UTC 2013


Author: bapt
Date: Tue Dec 10 18:13:37 2013
New Revision: 336073
URL: http://svnweb.freebsd.org/changeset/ports/336073

Log:
  USE_GMAKE -> USES=gmake

Modified:
  head/databases/tinycdb/Makefile

Modified: head/databases/tinycdb/Makefile
==============================================================================
--- head/databases/tinycdb/Makefile	Tue Dec 10 17:54:12 2013	(r336072)
+++ head/databases/tinycdb/Makefile	Tue Dec 10 18:13:37 2013	(r336073)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://www.corpit.ru/mjt/t
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Analogous to cdb, but faster
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_LDCONFIG=	yes
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}"
 ALL_TARGET=	static sharedlib


More information about the svn-ports-head mailing list