908e765695
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
18 lines
456 B
Makefile
18 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:04 grant Exp $
|
|
#
|
|
|
|
.include "../../x11/p5-gtk/Makefile.common"
|
|
|
|
PKGNAME= p5-Gdk-Pixbuf-${GTKPERL_VERSION}
|
|
PKGREVISION= 7
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= Perl5 Gtk::Gdk::Pixbuf
|
|
|
|
MAKE_PARAMS= INSTALLMAN3DIR=${PREFIX}/man/man3
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Gtk/Gdk/Pixbuf/.packlist
|
|
|
|
SUBPACKAGE= GdkPixbuf
|
|
|
|
.include "../../www/gtkhtml/buildlink3.mk"
|
|
.include "../../x11/p5-gtk/Makefile.subpackage"
|