diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-12 11:19:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-12 11:19:22 +0000 |
commit | 9860bf76a4423a49cef9642da0a96322df9d96e5 (patch) | |
tree | 2252496cb8cc2a34d504864a45120b675c23bac4 /x11/gtk2 | |
parent | dc43a92deadaeec38291702bae0e556c965f8893 (diff) | |
download | pkgsrc-9860bf76a4423a49cef9642da0a96322df9d96e5.tar.gz |
Remove broken gtkdoc-rebase "fix".
Diffstat (limited to 'x11/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 88ce300c48a..72645918fa2 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.165 2009/01/12 02:08:46 jmcneill Exp $ +# $NetBSD: Makefile,v 1.166 2009/01/12 11:19:22 wiz Exp $ DISTNAME= gtk+-2.14.7 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -76,16 +76,6 @@ PRINT_PLIST_AWK+= /^share\/icons\/hicolor\/icon-theme.cache$$/ { next; } _BUILDING_GTK2= yes .include "modules.mk" -# Defeat evil shell script code which tries to find "gtkdoc-rebase" -# via the "which" command. This goes horribly wrong if "gtkdoc-rebase" -# is not installed at the "which" command prints an error message -# to standard output. -pre-install: - ${RM} -f ${BUILDLINK_DIR}/bin/which - ${ECHO} >${BUILDLINK_DIR}/bin/which "#!${SH}" - ${ECHO} >>${BUILDLINK_DIR}/bin/which "exit 0" - ${CHMOD} +x ${BUILDLINK_DIR}/bin/which - .include "../../databases/shared-mime-info/buildlink3.mk" BUILDLINK_API_DEPENDS.atk+= atk>=1.13.0 .include "../../devel/atk/buildlink3.mk" |