svn commit: r332445 - head/games/gtkpool

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Nov 2 03:27:44 UTC 2013


Author: danilo
Date: Sat Nov  2 03:27:43 2013
New Revision: 332445
URL: http://svnweb.freebsd.org/changeset/ports/332445

Log:
  - Add stage support
  - Convert USE_GMAKE to USES

Modified:
  head/games/gtkpool/Makefile

Modified: head/games/gtkpool/Makefile
==============================================================================
--- head/games/gtkpool/Makefile	Sat Nov  2 03:23:02 2013	(r332444)
+++ head/games/gtkpool/Makefile	Sat Nov  2 03:27:43 2013	(r332445)
@@ -11,15 +11,13 @@ MASTER_SITES=	ftp://ftp.seul.org/pub/gtk
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A 2D pool game using the GTK+ toolkit
 
-USES=		perl5 pkgconfig
+USES=		gmake perl5 pkgconfig
 USE_GNOME=	gtk20
 USE_PERL5=	build
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	aclocal automake autoheader autoconf
 ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
 AUTOMAKE_ARGS=	--add-missing
 
-NO_STAGE=	yes
 post-patch:
 .for file in application.cpp options.cpp
 	@${REINPLACE_CMD} -e 's|/usr/local/share/gtkpool|${DATADIR}|' \


More information about the svn-ports-all mailing list