svn commit: r322442 - head/x11-wm/icewm

Eitan Adler eadler at FreeBSD.org
Sun Jul 7 14:58:09 UTC 2013


Author: eadler
Date: Sun Jul  7 14:58:09 2013
New Revision: 322442
URL: http://svnweb.freebsd.org/changeset/ports/322442

Log:
  Convert from USE_GMAKE to USES=gmake

Modified:
  head/x11-wm/icewm/Makefile

Modified: head/x11-wm/icewm/Makefile
==============================================================================
--- head/x11-wm/icewm/Makefile	Sun Jul  7 14:50:51 2013	(r322441)
+++ head/x11-wm/icewm/Makefile	Sun Jul  7 14:58:09 2013	(r322442)
@@ -15,10 +15,10 @@ LICENSE=	GPLv2
 WANT_GNOME=	yes
 USE_XORG=	x11 ice xinerama xext xrandr sm
 USE_GNOME=	gtk20 # gdkpixbuf really :-)
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+USES=		gmake
 CONFIGURE_ARGS=	--enable-shaped-decorations \
 		--enable-guievents \
 		--with-cfgdir=${DATADIR} \


More information about the svn-ports-all mailing list