diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
commit | a2157276860a3947431ad500cdb3a9017b7d3008 (patch) | |
tree | 0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/sdl_mixer | |
parent | 23f55e92b921e4ae98d452244cdea9d6d8c1300e (diff) |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
Notes
Notes:
svn path=/head/; revision=316287
Diffstat (limited to 'audio/sdl_mixer')
-rw-r--r-- | audio/sdl_mixer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index 39622ee1e809..8bb16bd6ad52 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -15,8 +15,7 @@ LICENSE= ZLIB USE_AUTOTOOLS= libtool USE_SDL= sdl -USE_PKGCONFIG= yes -USES= pathfix +USES= pathfix pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib |