diff options
author | az <az@FreeBSD.org> | 2012-06-05 17:50:45 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-05 17:50:45 +0800 |
commit | 337ddf05f3c869c335931257e6a71c0179e69751 (patch) | |
tree | 570dd4b10048580101a3b211db35fe73cabf3853 /shells | |
parent | 4574ffe9036b84f48419470da75f7ec3409a0708 (diff) | |
download | freebsd-ports-gnome-337ddf05f3c869c335931257e6a71c0179e69751.tar.gz freebsd-ports-gnome-337ddf05f3c869c335931257e6a71c0179e69751.tar.zst freebsd-ports-gnome-337ddf05f3c869c335931257e6a71c0179e69751.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (miwi@ via email)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/vshnu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |