diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-30 04:46:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-30 04:46:47 +0800 |
commit | 96b2ff7d0f84b96e208c9153525d6421a7becb73 (patch) | |
tree | c18b3bbb62bd601a2bd084f2d10307490b200e3f /devel | |
parent | 07128e5390bbb3ac32738f73f92292481a16d056 (diff) | |
download | freebsd-ports-gnome-96b2ff7d0f84b96e208c9153525d6421a7becb73.tar.gz freebsd-ports-gnome-96b2ff7d0f84b96e208c9153525d6421a7becb73.tar.zst freebsd-ports-gnome-96b2ff7d0f84b96e208c9153525d6421a7becb73.zip |
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
Diffstat (limited to 'devel')
-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 |