aboutsummaryrefslogtreecommitdiffstats
path: root/audio/freealut/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/freealut/Makefile')
-rw-r--r--audio/freealut/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/freealut/Makefile b/audio/freealut/Makefile
index 27a3317ebd4c..f352d2fc6d83 100644
--- a/audio/freealut/Makefile
+++ b/audio/freealut/Makefile
@@ -11,18 +11,15 @@ MAINTAINER= oliver@FreeBSD.org
COMMENT= The OpenAL Utility Toolkit
USE_AUTOTOOLS= libtool
-NO_STAGE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USES= gmake openal:al pathfix pkgconfig
USE_LDCONFIG= yes
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -e 's/@CFLAGS@/& -lopenal ${PTHREAD_LIBS}/g' \
${WRKSRC}/examples/Makefile.in \
${WRKSRC}/test_suite/Makefile.in
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>