diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 09:20:57 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 09:20:57 +0000 |
commit | 04a5a3626d07f479d3e2122261c3c6b9406ec8c1 (patch) | |
tree | d27175b7973e874b93df16fa84b7e31e7998adb4 /multimedia/kdenlive | |
parent | f0fe2c3c959489d5510ba3618d54549ce51395e8 (diff) | |
download | pkgsrc-04a5a3626d07f479d3e2122261c3c6b9406ec8c1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'multimedia/kdenlive')
-rw-r--r-- | multimedia/kdenlive/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile index 806fcb3759c..add670e3a73 100644 --- a/multimedia/kdenlive/Makefile +++ b/multimedia/kdenlive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/10/02 17:11:41 tron Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/08 09:21:05 asau Exp $ # DISTNAME= kdenlive-0.7.8 @@ -14,8 +14,6 @@ LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4 DEPENDS+= dvdauthor>=0.6.18:../../multimedia/dvdauthor -PKG_DESTDIR_SUPPORT= user-destdir - # INSTALL_UNSTRIPPED=no # LDFLAGS=-g # CFLAGS+=-g |