diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 07:19:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 07:19:08 +0800 |
commit | 95dad78c7fb373ede440573b49826c861a51ebc5 (patch) | |
tree | 0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/openal | |
parent | 5f42d1c0d3f3598fe5e038dfd0cebe73d395d66f (diff) | |
download | freebsd-ports-gnome-95dad78c7fb373ede440573b49826c861a51ebc5.tar.gz freebsd-ports-gnome-95dad78c7fb373ede440573b49826c861a51ebc5.tar.zst freebsd-ports-gnome-95dad78c7fb373ede440573b49826c861a51ebc5.zip |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
Diffstat (limited to 'audio/openal')
-rw-r--r-- | audio/openal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index a1a02fe30503..06bb0d59dfd3 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -19,8 +19,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-capture USE_GMAKE= yes -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig WANT_SDL= yes USE_LDCONFIG= yes |