aboutsummaryrefslogtreecommitdiff
path: root/multimedia/x264/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-05-03 18:05:14 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-05-03 18:05:14 +0000
commit1955fd99a589b5b05c0d420ba3570415a8aa8631 (patch)
tree1d728b7c77cfe757a1526e13e44345130a56f2f4 /multimedia/x264/Makefile
parentcc43899174f1f8a424cfd4eb36c733d307ce5683 (diff)
downloadports-1955fd99a589b5b05c0d420ba3570415a8aa8631.tar.gz
ports-1955fd99a589b5b05c0d420ba3570415a8aa8631.zip
Notes
Diffstat (limited to 'multimedia/x264/Makefile')
-rw-r--r--multimedia/x264/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile
index 58e8bb30d278..da36bea08098 100644
--- a/multimedia/x264/Makefile
+++ b/multimedia/x264/Makefile
@@ -50,7 +50,7 @@ BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm
MAKE_ENV+= ARCH_X86_64="1"
.endif
-.if !defined(WITH_DEBUG)
+.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug
.endif