aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-08-11 11:30:38 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-08-11 11:30:38 +0000
commit014745e0c2e21e0500f343fbce81d4b8eac59d59 (patch)
tree00b0fdc51cdb1171808131b6fa373876b4b86050 /multimedia/vlc/Makefile
parent917426384025bcfc490df8ba96025826564172e8 (diff)
downloadports-014745e0c2e21e0500f343fbce81d4b8eac59d59.tar.gz
ports-014745e0c2e21e0500f343fbce81d4b8eac59d59.zip
Notes
Diffstat (limited to 'multimedia/vlc/Makefile')
-rw-r--r--multimedia/vlc/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 5180c4f1e718..c18257d619f4 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -273,13 +273,13 @@ CONFIGURE_ARGS+=--enable-aa
CONFIGURE_ARGS+=--disable-aa
.endif
-.if (defined(WITH_DIRAC) || exists(${LOCALBASE}/lib/libdirac_decoder.a)) && !defined(WITHOUT_DIRAC)
-LIB_DEPENDS+= dirac_encoder.0:${PORTSDIR}/multimedia/dirac
-CONFIGURE_ARGS+=--enable-dirac
-CPPFLAGS+= -I${LOCALBASE}/include/dirac
-.else
+#.if (defined(WITH_DIRAC) || exists(${LOCALBASE}/lib/libdirac_decoder.a)) && !defined(WITHOUT_DIRAC)
+#LIB_DEPENDS+= dirac_encoder.0:${PORTSDIR}/multimedia/dirac
+#CONFIGURE_ARGS+=--enable-dirac
+#CPPFLAGS+= -I${LOCALBASE}/include/dirac
+#.else
CONFIGURE_ARGS+=--disable-dirac
-.endif
+#.endif
.if !defined(WITHOUT_X264)
CONFIGURE_ARGS+=--enable-x264