summaryrefslogtreecommitdiff
path: root/x11/p5-gtk2/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-01-31 20:19:02 +0000
committertv <tv@pkgsrc.org>2006-01-31 20:19:02 +0000
commit5520be588b19525e37fd3beb880feb6a7d5fd702 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /x11/p5-gtk2/Makefile
parente2af5cd01302ca875189525f76bd56c09718edd8 (diff)
downloadpkgsrc-tv-libtool-1-5-18-tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv-libtool-1-5-18-tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'x11/p5-gtk2/Makefile')
-rw-r--r--x11/p5-gtk2/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/x11/p5-gtk2/Makefile b/x11/p5-gtk2/Makefile
deleted file mode 100644
index 59d106ef026..00000000000
--- a/x11/p5-gtk2/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2005/08/06 06:19:41 jlam Exp $
-
-DISTNAME= Gtk2-1.042
-PKGNAME= p5-gtk2-1.042
-PKGREVISION= 3
-CATEGORIES= x11 perl5
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://gtk2-perl.sourceforge.net/
-COMMENT= Perl bindings for GTK+ 2.0
-
-DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends
-DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig
-
-USE_TOOLS+= gmake
-
-PERL5_PACKLIST= auto/Gtk2/.packlist
-
-.include "../../devel/p5-glib2/buildlink3.mk"
-.include "../../lang/perl5/module.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"