summaryrefslogtreecommitdiff
path: root/multimedia/mkvtoolnix
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-07-26 23:11:41 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-07-26 23:11:41 +0000
commit323306bb5f651de5a507c4478e6781bcb305abed (patch)
tree90f681b3b7989287763a9918048ef44e2b5f5d84 /multimedia/mkvtoolnix
parentDon't overwrite Latin-9 files installed by Aspell. (diff)
- Fix build on amd64
Notes
Notes: svn path=/head/; revision=168842
Diffstat (limited to 'multimedia/mkvtoolnix')
-rw-r--r--multimedia/mkvtoolnix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile
index 8684cf5624e0..9fe29b4af230 100644
--- a/multimedia/mkvtoolnix/Makefile
+++ b/multimedia/mkvtoolnix/Makefile
@@ -25,8 +25,8 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_ICONV= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-extra-includes=${LOCALBASE}/include \
- --with-extra-libs=${LOCALBASE}/lib
+CONFIGURE_ENV= CPPFLAGS="-I/usr/include -I${LOCALBASE}/include" \
+ LDFLAGS="-L/usr/lib -L${LOCALBASE}/lib -lmagic -lz"
MAN1= base64tool.1 mkvextract.1 mkvinfo.1 mkvmerge.1
PLIST_FILES= bin/base64tool bin/mkvextract bin/mkvinfo bin/mkvmerge