diff options
Diffstat (limited to 'audio/openal/Makefile')
-rw-r--r-- | audio/openal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index a771552d6cfe..56cc548c28e5 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -3,7 +3,7 @@ PORTNAME= openal PORTVERSION= 20060211 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio MASTER_SITES= GENTOO/distfiles DISTVERSION= 0.0.8 @@ -15,14 +15,13 @@ LICENSE= GPLv2 CONFLICTS= openal-soft-[0-9]* -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -Wno-return-type LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-capture \ --disable-arts -USES= pathfix pkgconfig gmake +USES= pathfix pkgconfig gmake libtool:keepla USE_LDCONFIG= yes OPTIONS_DEFINE= ESOUND SDL VORBIS SMPEG ALSA |