diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 22:31:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 22:31:38 +0000 |
commit | 0dc34effd5fa8f149bf364d4097516c57e825eea (patch) | |
tree | a1b48ae17cce6abbd28f23dfd05e44010cc2943d /devel | |
parent | 6e81d16ecdb3831bd2c270782b7589ae45617a6a (diff) | |
download | ports-0dc34effd5fa8f149bf364d4097516c57e825eea.tar.gz ports-0dc34effd5fa8f149bf364d4097516c57e825eea.zip |
Add an explicit dependency on pkgconf
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=325725
Diffstat (limited to 'devel')
-rw-r--r-- | devel/sfml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sfml/Makefile b/devel/sfml/Makefile index 93292586c044..d5a5caac8ebc 100644 --- a/devel/sfml/Makefile +++ b/devel/sfml/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile \ png15:${PORTSDIR}/graphics/png \ freetype:${PORTSDIR}/print/freetype2 -USE_GMAKE= yes +USES= gmake pkgconfig USE_OPENAL= al USE_XORG= x11 xrandr USE_GL= gl glu |