diff options
author | az <az@FreeBSD.org> | 2012-06-29 18:05:08 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 18:05:08 +0800 |
commit | b696f60de705575cfdc752261066bafcfd998615 (patch) | |
tree | b98bbf33a5bfac7f3b65291d5b3455e9aa792250 /devel | |
parent | 9a292c3f202221efed7d813d68c49503c5f7cddb (diff) | |
download | freebsd-ports-gnome-b696f60de705575cfdc752261066bafcfd998615.tar.gz freebsd-ports-gnome-b696f60de705575cfdc752261066bafcfd998615.tar.zst freebsd-ports-gnome-b696f60de705575cfdc752261066bafcfd998615.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-File-DesktopEntry/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Gtk2-Spell/Makefile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-File-DesktopEntry/Makefile b/devel/p5-File-DesktopEntry/Makefile index 295d79a78533..2f5768d470c7 100644 --- a/devel/p5-File-DesktopEntry/Makefile +++ b/devel/p5-File-DesktopEntry/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= acm@FreeBSD.org COMMENT= Object to handle desktop files -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ +BUILD_DEPENDS= p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir RUN_DEPENDS:= ${BUILD_DEPENDS} 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 |