diff options
author | tnn <tnn> | 2008-02-22 13:11:33 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-02-22 13:11:33 +0000 |
commit | f520052bed62d73fc9dc25484cf659d4eda532dd (patch) | |
tree | 94cf54a072739a94cf42a5c584e3684092222da3 /x11 | |
parent | 3b37b2f40ef1c226eca22668e48067ddc03a4ac9 (diff) | |
download | pkgsrc-f520052bed62d73fc9dc25484cf659d4eda532dd.tar.gz |
Remove no longer needed IRIX hack.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 98276310a5e..37b40e3038d 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.156 2008/02/13 19:45:41 drochner Exp $ +# $NetBSD: Makefile,v 1.157 2008/02/22 13:11:33 tnn Exp $ DISTNAME= gtk+-2.12.8 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -60,12 +60,6 @@ SUBST_FILES.pthread= gdk-pixbuf/Makefile.in .include "options.mk" -.include "../../mk/compiler.mk" - -.if ${OPSYS} == "IRIX" && !empty(CC_VERSION:Mgcc*) -USE_TOOLS+= gawk -.endif - # We remove the module databases during post-install since we create them # anew in the +INSTALL script as part of the POST-INSTALL action. # |