diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-09-07 12:02:05 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-09-07 12:02:05 +0000 |
commit | 67d995c7c2182f3eb264f138cab891061089925d (patch) | |
tree | b5a9abb0790d5444ad5e55a6a860def6e5222560 /multimedia/kdenlive | |
parent | f4d260fb551c8bda4b60e64dee13b52e21dce6b1 (diff) | |
download | pkgsrc-67d995c7c2182f3eb264f138cab891061089925d.tar.gz |
Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
Diffstat (limited to 'multimedia/kdenlive')
-rw-r--r-- | multimedia/kdenlive/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile index f34eb0b6ab8..6abe188cbe7 100644 --- a/multimedia/kdenlive/Makefile +++ b/multimedia/kdenlive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2015/06/12 10:50:38 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2015/09/07 12:02:06 jperkin Exp $ DISTNAME= kdenlive-0.9.6 PKGREVISION= 8 @@ -14,7 +14,6 @@ LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4 DEPENDS+= dvdauthor>=0.6.18:../../multimedia/dvdauthor -# INSTALL_UNSTRIPPED=no # LDFLAGS=-g # CFLAGS+=-g # CXXFLAGS+=-g |