diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
commit | a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7 (patch) | |
tree | 40fe0a02e0758fc49c8157653539df882d0f43e7 /math/algotutor | |
parent | bd4d8236ba9e303590baea2f49896d1b57c1f4f4 (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300277
Diffstat (limited to 'math/algotutor')
-rw-r--r-- | math/algotutor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/algotutor/Makefile b/math/algotutor/Makefile index a4bd9098bcd0..1e12fabf574b 100644 --- a/math/algotutor/Makefile +++ b/math/algotutor/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= kevlo@FreeBSD.org COMMENT= An interactive tutorial for algorithms and data structures -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} USE_PERL5_BUILD=yes |