summaryrefslogtreecommitdiff
path: root/audio/freealut/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-01 15:39:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-01 15:39:21 +0000
commitcdaba550f9c0c97137fcc783e8b0d9da50331656 (patch)
tree65ab22b0a8f9df430becd3a93f3155bc993b4971 /audio/freealut/Makefile
parent- Stage support (diff)
- Stage support
Notes
Notes: svn path=/head/; revision=342175
Diffstat (limited to '')
-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>