diff options
author | kris <kris@FreeBSD.org> | 2006-02-23 16:28:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-02-23 16:28:48 +0800 |
commit | 5f23f7e6afeb14301d8c42ff7507a898560bab4c (patch) | |
tree | c43269ef76409deecc4415c1a4cb4727114ec3cd /devel | |
parent | 05859ce6476480a47188c3e146a7e519a89ee667 (diff) | |
download | freebsd-ports-gnome-5f23f7e6afeb14301d8c42ff7507a898560bab4c.tar.gz freebsd-ports-gnome-5f23f7e6afeb14301d8c42ff7507a898560bab4c.tar.zst freebsd-ports-gnome-5f23f7e6afeb14301d8c42ff7507a898560bab4c.zip |
Back out PERL_(BUILD|RUN)_DEPENDS pending reimplementation
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-File-Contents/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Test-File-Contents/Makefile b/devel/p5-Test-File-Contents/Makefile index b286cd8cd431..5b3ed4daced1 100644 --- a/devel/p5-Test-File-Contents/Makefile +++ b/devel/p5-Test-File-Contents/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@rbt.ca COMMENT= Test routines for examining the contents of files -PERL_BUILD_DEPENDS= Test-More:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_MODBUILD= yes |