diff options
author | asau <asau@pkgsrc.org> | 2012-10-25 06:55:37 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-25 06:55:37 +0000 |
commit | 4961a4ef35d266a26e4c92f763c5beb55aa5aa1d (patch) | |
tree | caa131cad17b4e52aebb33e65aa8d33b465c8d17 /textproc/gtk-doc/Makefile | |
parent | 2262ab01581d38812d696c0a16855c7f1cf392de (diff) | |
download | pkgsrc-4961a4ef35d266a26e4c92f763c5beb55aa5aa1d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'textproc/gtk-doc/Makefile')
-rw-r--r-- | textproc/gtk-doc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index 5bd32f28881..d270ea4f34e 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2012/10/03 21:57:48 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2012/10/25 06:55:52 asau Exp $ # DISTNAME= gtk-doc-1.18 @@ -12,8 +12,6 @@ HOMEPAGE= http://www.gtk.org/gtk-doc/ COMMENT= Tools for authors of the GTK+ reference documentation LICENSE= gnu-gpl-v3 AND gnu-fdl-v1.1 -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= docbook-xml>=4.4nb1:../../textproc/docbook-xml DEPENDS+= docbook-xsl>=1.68.1:../../textproc/docbook-xsl |