diff options
-rw-r--r-- | irc/pisg/Makefile | 2 | ||||
-rw-r--r-- | net-im/twitmail/Makefile | 2 | ||||
-rw-r--r-- | shells/vshnu/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/irc/pisg/Makefile b/irc/pisg/Makefile index 28f7e815930e..8940365cc665 100644 --- a/irc/pisg/Makefile +++ b/irc/pisg/Makefile @@ -21,7 +21,7 @@ OPTIONS= LOGCHARSET "Character set for logfiles" off .include <bsd.port.pre.mk> .if defined(WITH_LOGCHARSET) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv +RUN_DEPENDS+= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv .endif do-build: diff --git a/net-im/twitmail/Makefile b/net-im/twitmail/Makefile index 28a51e41af51..1fc82e75f7af 100644 --- a/net-im/twitmail/Makefile +++ b/net-im/twitmail/Makefile @@ -16,7 +16,7 @@ COMMENT= Curses-based mail-like interface to twitter BUILD_DEPENDS= p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-DBI>=1.60.4:${PORTSDIR}/databases/p5-DBI \ p5-Curses>=0:${PORTSDIR}/devel/p5-Curses \ - ${SITE_PERL}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \ + p5-Curses-UI>=0:${PORTSDIR}/devel/p5-Curses-UI \ p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-Net-Twitter>=3.04002:${PORTSDIR}/net/p5-Net-Twitter \ p5-TimeDate>=2.24:${PORTSDIR}/devel/p5-TimeDate \ diff --git a/shells/vshnu/Makefile b/shells/vshnu/Makefile index 4125df3296a5..bb0746ca8914 100644 --- a/shells/vshnu/Makefile +++ b/shells/vshnu/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= miwi@FreeBSD.org COMMENT= New Visual Shell -BUILD_DEPENDS= ${SITE_PERL}/Term/Screen.pm:${PORTSDIR}/devel/p5-Term-Screen +BUILD_DEPENDS= p5-Term-Screen>=0:${PORTSDIR}/devel/p5-Term-Screen RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |