Date: Mon, 29 Jul 2013 20:46:47 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323915 - head/devel/allegro-devel Message-ID: <201307292046.r6TKklY5027903@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307292046.r6TKklY5027903>