diff options
Diffstat (limited to 'audio/openal/Makefile')
-rw-r--r-- | audio/openal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index c77713687b3a..4b17c85e5d05 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -15,6 +15,7 @@ DISTVERSION= 0.0.8 MAINTAINER= erik@smluc.org COMMENT= A 3D positional spatialized sound library +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" |