diff options
Diffstat (limited to 'devel/p5-Gtk2-Spell/Makefile')
-rw-r--r-- | devel/p5-Gtk2-Spell/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Gtk2-Spell/Makefile b/devel/p5-Gtk2-Spell/Makefile index a31a301bc00d..71e6faa1617e 100644 --- a/devel/p5-Gtk2-Spell/Makefile +++ b/devel/p5-Gtk2-Spell/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= acm@FreeBSD.org COMMENT= Perl interface to the Gtk2Spell library -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo \ - ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ - ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ +BUILD_DEPENDS= p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo \ + p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \ + p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ p5-Glib2>=1.001:${PORTSDIR}/devel/p5-Glib2 \ p5-Gtk2>=1.001:${PORTSDIR}/x11-toolkits/p5-Gtk2 LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell |