diff options
Diffstat (limited to 'graphics/p5-VCG/Makefile')
-rw-r--r-- | graphics/p5-VCG/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-VCG/Makefile b/graphics/p5-VCG/Makefile index dba57d1eb16e..3175545ae306 100644 --- a/graphics/p5-VCG/Makefile +++ b/graphics/p5-VCG/Makefile @@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interface to the VCG graphing tool -BUILD_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run +BUILD_DEPENDS= p5-IPC-Run>=0:devel/p5-IPC-Run RUN_DEPENDS:= ${BUILD_DEPENDS} \ - xvcg:${PORTSDIR}/graphics/vcg + xvcg:graphics/vcg USES= perl5 USE_PERL5= configure |