diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-04 05:34:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-04 05:34:01 +0800 |
commit | b21a0026a4233b2dc8f28053e6c9ab0be86f8bd8 (patch) | |
tree | d7c5fb0bfb0ed0e1e9269a9bf4c1613a5e133aa6 /audio/vo-aacenc | |
parent | 767ea9d7c0a422ab2c41cfbaffdac1eb12abdcb7 (diff) | |
download | freebsd-ports-gnome-b21a0026a4233b2dc8f28053e6c9ab0be86f8bd8.tar.gz freebsd-ports-gnome-b21a0026a4233b2dc8f28053e6c9ab0be86f8bd8.tar.zst freebsd-ports-gnome-b21a0026a4233b2dc8f28053e6c9ab0be86f8bd8.zip |
Fix build with bmake
Diffstat (limited to 'audio/vo-aacenc')
-rw-r--r-- | audio/vo-aacenc/Makefile | 9 |
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 |