svn commit: r342175 - head/audio/freealut

Martin Wilke miwi at FreeBSD.org
Sat Feb 1 15:39:21 UTC 2014


Author: miwi
Date: Sat Feb  1 15:39:21 2014
New Revision: 342175
URL: http://svnweb.freebsd.org/changeset/ports/342175
QAT: https://qat.redports.org/buildarchive/r342175/

Log:
  - Stage support

Modified:
  head/audio/freealut/Makefile

Modified: head/audio/freealut/Makefile
==============================================================================
--- head/audio/freealut/Makefile	Sat Feb  1 15:39:05 2014	(r342174)
+++ head/audio/freealut/Makefile	Sat Feb  1 15:39:21 2014	(r342175)
@@ -11,18 +11,15 @@ MAINTAINER=	oliver at 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>


More information about the svn-ports-all mailing list