svn commit: r325239 - head/x11-wm/phluid

John Marino marino at FreeBSD.org
Thu Aug 22 22:34:33 UTC 2013


Author: marino
Date: Thu Aug 22 22:34:32 2013
New Revision: 325239
URL: http://svnweb.freebsd.org/changeset/ports/325239

Log:
  x11-wm/phluid: Fix typo (USEs => USES)
  
  Approved by:	bapt/culot (mentors, implicit)

Modified:
  head/x11-wm/phluid/Makefile

Modified: head/x11-wm/phluid/Makefile
==============================================================================
--- head/x11-wm/phluid/Makefile	Thu Aug 22 22:18:13 2013	(r325238)
+++ head/x11-wm/phluid/Makefile	Thu Aug 22 22:34:32 2013	(r325239)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Window manager that emphasizes efficiency, speed, and beauty
 
-USEs=		gmake
+USES=		gmake
 USE_EFL=	imlib2
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list