diff options
author | knu <knu@FreeBSD.org> | 2003-09-13 19:01:15 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-09-13 19:01:15 +0800 |
commit | c6443d438017d7cb79164c812981091202d228ba (patch) | |
tree | 42d9c39ca3aa0111f5739b0a227bd13ec74447c0 /databases | |
parent | dbb04209193c09020830fc09bb5c13a213518802 (diff) | |
download | freebsd-ports-graphics-c6443d438017d7cb79164c812981091202d228ba.tar.gz freebsd-ports-graphics-c6443d438017d7cb79164c812981091202d228ba.tar.zst freebsd-ports-graphics-c6443d438017d7cb79164c812981091202d228ba.zip |
Fix the depends entry for devel/p5-Time-Piece.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Time-Piece-MySQL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-Time-Piece-MySQL/Makefile b/databases/p5-Time-Piece-MySQL/Makefile index d196fbb690b..ff7a55c76c3 100644 --- a/databases/p5-Time-Piece-MySQL/Makefile +++ b/databases/p5-Time-Piece-MySQL/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= knu@FreeBSD.org COMMENT= Time::Piece::MySQL - Adds MySQL-specific methods to Time::Piece -BUILD_DEPENDS= ${SITE_PERL}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |