summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-03 21:34:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-03 21:34:01 +0000
commit5a43baf3937673bd3573b5a670f11e4827461ea2 (patch)
treed7c5fb0bfb0ed0e1e9269a9bf4c1613a5e133aa6 /audio
parentFix build with bmake (diff)
Fix build with bmake
Notes
Notes: svn path=/head/; revision=317264
Diffstat (limited to 'audio')
-rw-r--r--audio/vo-aacenc/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/vo-aacenc/Makefile b/audio/vo-aacenc/Makefile
index fd48cf3ecfdf..abd652fe73a3 100644
--- a/audio/vo-aacenc/Makefile
+++ b/audio/vo-aacenc/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: vo-aacenc
-# Date created: 23 Jun 2011
-# Whom: Martin Matuska <mm@FreeBSD.org>
-#
+# Created by: Martin Matuska <mm@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