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

Baptiste Daroussin bapt at FreeBSD.org
Sat May 18 18:14:40 UTC 2013


Author: bapt
Date: Sat May 18 18:14:39 2013
New Revision: 318438
URL: http://svnweb.freebsd.org/changeset/ports/318438

Log:
  gmake is no more needed

Modified:
  head/audio/vo-aacenc/Makefile

Modified: head/audio/vo-aacenc/Makefile
==============================================================================
--- head/audio/vo-aacenc/Makefile	Sat May 18 17:53:41 2013	(r318437)
+++ head/audio/vo-aacenc/Makefile	Sat May 18 18:14:39 2013	(r318438)
@@ -11,9 +11,6 @@ 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