pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/transcode Fix typo in the lzo option, noted...
details: https://anonhg.NetBSD.org/pkgsrc/rev/18f1728b8ee1
branches: trunk
changeset: 538889:18f1728b8ee1
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Feb 20 12:14:53 2008 +0000
description:
Fix typo in the lzo option, noted by wiz@.
diffstat:
multimedia/transcode/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8bb9609e828c -r 18f1728b8ee1 multimedia/transcode/options.mk
--- a/multimedia/transcode/options.mk Wed Feb 20 12:10:50 2008 +0000
+++ b/multimedia/transcode/options.mk Wed Feb 20 12:14:53 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2008/02/20 10:20:04 xtraeme Exp $
+# $NetBSD: options.mk,v 1.4 2008/02/20 12:14:53 xtraeme Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.transcode
@@ -53,7 +53,7 @@
PLIST_SUBST+= LZO=
. include "../../archivers/lzo/buildlink3.mk"
CONFIGURE_ARGS+= --enable-lzo
-CONFIGURE_ARGS+= --with-lzo-prefix==${BUILDLINK_PREFIX.lzo}
+CONFIGURE_ARGS+= --with-lzo-prefix=${BUILDLINK_PREFIX.lzo}
.else
PLIST_SUBST+= LZO='@comment '
CONFIGURE_ARGS+= --disable-lzo
Home |
Main Index |
Thread Index |
Old Index