svn commit: r317264 - head/audio/vo-aacenc

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 21:34:02 UTC 2013


Author: bapt
Date: Fri May  3 21:34:01 2013
New Revision: 317264
URL: http://svnweb.freebsd.org/changeset/ports/317264

Log:
  Fix build with bmake

Modified:
  head/audio/vo-aacenc/Makefile

Modified: head/audio/vo-aacenc/Makefile
==============================================================================
--- head/audio/vo-aacenc/Makefile	Fri May  3 21:30:20 2013	(r317263)
+++ head/audio/vo-aacenc/Makefile	Fri May  3 21:34:01 2013	(r317264)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	vo-aacenc
-# Date created:		23 Jun 2011
-# Whom:			Martin Matuska <mm at FreeBSD.org>
-#
+# Created by: Martin Matuska <mm at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	vo-aacenc
 PORTVERSION=	0.1.2
@@ -15,6 +11,9 @@ COMMENT=	VisualOn AAC encoder library
 
 LICENSE=	AL2
 LICENSE_FILE=	${WRKSRC}/COPYING
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
 
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-all mailing list