summaryrefslogtreecommitdiff
path: root/audio/faac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/faac/Makefile')
-rw-r--r--audio/faac/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile
index 6b7c6fabb57..d0df6568d80 100644
--- a/audio/faac/Makefile
+++ b/audio/faac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/06/01 20:07:59 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/12/11 11:09:06 hira Exp $
#
DISTNAME= faac-1.24
@@ -22,4 +22,6 @@ pre-configure:
${LIBTOOLIZE} --automake; \
aclocal; autoheader; automake -a --foreign -i; autoconf
+.include "options.mk"
+
.include "../../mk/bsd.pkg.mk"