diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnokii/Makefile | 2 | ||||
-rw-r--r-- | comms/gscmxx/Makefile | 8 | ||||
-rw-r--r-- | comms/p5-SMS-SMS77/Makefile | 2 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-PChome/Makefile | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 2d8310bda37b..a1cc3fc053fe 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -20,7 +20,7 @@ COMMENT= Tools to talk to GSM cellular phones LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser GROUPS= ${PORTNAME} USE_BZIP2= yes diff --git a/comms/gscmxx/Makefile b/comms/gscmxx/Makefile index 282fe905b015..89b905aaf2bc 100644 --- a/comms/gscmxx/Makefile +++ b/comms/gscmxx/Makefile @@ -14,10 +14,10 @@ MASTER_SITES= SF MAINTAINER= svmohr@rm6.net COMMENT= A graphical frontend for scmxx -RUN_DEPENDS= ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \ - ${SITE_PERL}/mach/Gtk:${PORTSDIR}/x11-toolkits/p5-Gtk -BUILD_DEPENDS= ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \ - ${SITE_PERL}/mach/Gtk:${PORTSDIR}/x11-toolkits/p5-Gtk \ +RUN_DEPENDS= p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \ + p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk +BUILD_DEPENDS= p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \ + p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk \ scmxx:${PORTSDIR}/comms/scmxx \ convert:${PORTSDIR}/graphics/ImageMagick diff --git a/comms/p5-SMS-SMS77/Makefile b/comms/p5-SMS-SMS77/Makefile index 435ca58e89cd..84fb8c7d78bc 100644 --- a/comms/p5-SMS-SMS77/Makefile +++ b/comms/p5-SMS-SMS77/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= steinex@nognu.de COMMENT= Perl interface and script to send SMS via SMS77.de -BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww MAN1= sms77send.1 MAN3= SMS::SMS77::Message.3 \ diff --git a/comms/p5-SMS-Send-TW-PChome/Makefile b/comms/p5-SMS-Send-TW-PChome/Makefile index b8f870d9ed39..c42f6584289d 100644 --- a/comms/p5-SMS-Send-TW-PChome/Makefile +++ b/comms/p5-SMS-Send-TW-PChome/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= SMS::Send driver for sms.pchome.com.tw -RUN_DEPENDS= ${SITE_PERL}/SMS/Send.pm:${PORTSDIR}/comms/p5-SMS-Send \ +RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \ p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \ - ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay + p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ + p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes |