diff options
author | az <az@FreeBSD.org> | 2012-06-04 16:37:59 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 16:37:59 +0800 |
commit | 0f9b224809b12c05d7fc681199dfc41a407982f1 (patch) | |
tree | 0aeb8af222cd2344f21985810b99d81c93da16d6 /x11-toolkits | |
parent | 9d44c41013926a8c30dc3c4edba83dbead10ba32 (diff) | |
download | freebsd-ports-gnome-0f9b224809b12c05d7fc681199dfc41a407982f1.tar.gz freebsd-ports-gnome-0f9b224809b12c05d7fc681199dfc41a407982f1.tar.zst freebsd-ports-gnome-0f9b224809b12c05d7fc681199dfc41a407982f1.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Tk-GBARR/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Getopt/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Tk-GBARR/Makefile b/x11-toolkits/p5-Tk-GBARR/Makefile index d772f4d582e2..93fcd019eecb 100644 --- a/x11-toolkits/p5-Tk-GBARR/Makefile +++ b/x11-toolkits/p5-Tk-GBARR/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Some collection of Tk Widgets -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk +BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/x11-toolkits/p5-Tk-Getopt/Makefile b/x11-toolkits/p5-Tk-Getopt/Makefile index 7103cc6026e7..941c043ca6f6 100644 --- a/x11-toolkits/p5-Tk-Getopt/Makefile +++ b/x11-toolkits/p5-Tk-Getopt/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= User configuration window for Tk with interface to Getopt::Long -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk +BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |