diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:05:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:05:08 +0000 |
commit | 1e01e8e206d6efb10482c3a9fe2f3d335334506d (patch) | |
tree | e4105d931a03ee54571d2a49c8b80ce3cd5ffba3 /devel/p5-Gtk2-Spell | |
parent | 9e54b0cf3ee60c3e875712fa0cc0ba0804b68ed1 (diff) | |
download | ports-1e01e8e206d6efb10482c3a9fe2f3d335334506d.tar.gz ports-1e01e8e206d6efb10482c3a9fe2f3d335334506d.zip |
Notes
Diffstat (limited to 'devel/p5-Gtk2-Spell')
-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 |