diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 20:46:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 20:46:47 +0000 |
commit | 19e6fedb03838f5906b3dc80e039e9178283df94 (patch) | |
tree | c18b3bbb62bd601a2bd084f2d10307490b200e3f | |
parent | Update db*_DEPENDS to use new lib*.so:... LIB_DEPENDS format. [2] (diff) |
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
-rw-r--r-- | devel/allegro-devel/Makefile | 5 |
1 files changed, 1 insertions, 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 |