svn commit: r323915 - head/devel/allegro-devel

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 29 20:46:48 UTC 2013


Author: bapt
Date: Mon Jul 29 20:46:47 2013
New Revision: 323915
URL: http://svnweb.freebsd.org/changeset/ports/323915

Log:
  Convert to USES for cmake, gmake and pkgconfig
  USE_CMAKE doesn't work anymore since 20130319
  USE_PKGCONFIG doesn't work anymore since 20130422
  
  Pointyhat to:	crees

Modified:
  head/devel/allegro-devel/Makefile

Modified: head/devel/allegro-devel/Makefile
==============================================================================
--- head/devel/allegro-devel/Makefile	Mon Jul 29 20:28:32 2013	(r323914)
+++ head/devel/allegro-devel/Makefile	Mon Jul 29 20:46:47 2013	(r323915)
@@ -23,12 +23,9 @@ LIB_DEPENDS+=	asound.2:${PORTSDIR}/audio
 		physfs.1:${PORTSDIR}/devel/physfs
 BUILD_DEPENDS=	${LOCALBASE}/bin/pandoc:${PORTSDIR}/textproc/hs-pandoc
 
-USE_GMAKE=	yes
-USE_CMAKE=	yes
+USES=		gmake cmake pkgconfig
 USE_XORG=	x11 xpm xext xcursor xxf86vm xxf86dga
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	build
-WANT_GNOME=	yes
 USE_OPENAL=	soft
 USE_GL=		gl glu
 USE_FREETYPE=	yes


More information about the svn-ports-all mailing list