From 96b2ff7d0f84b96e208c9153525d6421a7becb73 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 29 Jul 2013 20:46:47 +0000 Subject: 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 --- devel/allegro-devel/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/devel/allegro-devel/Makefile b/devel/allegro-devel/Makefile index cb57c9061e1d..9aae5fbb3f5e 100644 --- a/devel/allegro-devel/Makefile +++ b/devel/allegro-devel/Makefile @@ -23,12 +23,9 @@ LIB_DEPENDS+= asound.2:${PORTSDIR}/audio/alsa-lib \ 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 -- cgit