diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-05-21 19:07:08 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-05-21 19:07:08 +0000 |
commit | c4046e3c4b37a7ca7de4ce26255785768e89c546 (patch) | |
tree | a4caeb12b7aa633c27eaf50a512ed734125c1589 /www | |
parent | 45a65c9802f0be2cf93ad05e8304d0b44a9fb0dc (diff) | |
download | pkgsrc-c4046e3c4b37a7ca7de4ce26255785768e89c546.tar.gz |
This package does not build when GNOME_DISABLE_DEPRECATED is defined.
Use BUILDLINK_TRANSFORM to remove it.
Diffstat (limited to 'www')
-rw-r--r-- | www/gtkhtml3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 970be4f6702..16a8249d918 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/05/08 09:49:28 recht Exp $ +# $NetBSD: Makefile,v 1.21 2005/05/21 19:07:08 kristerw Exp $ # DISTNAME= gtkhtml-3.2.5 @@ -17,6 +17,8 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= src/libgtkhtml.pc.in GNU_CONFIGURE= yes +BUILDLINK_TRANSFORM+= rm:-DGNOME_DISABLE_DEPRECATED=1 + .include "../../devel/atk/buildlink3.mk" .include "../../devel/gail/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" |