diff options
author | skv <skv@FreeBSD.org> | 2005-06-12 22:36:03 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2005-06-12 22:36:03 +0800 |
commit | 1b3b177288dacbfeb5333458f21ce73af0919bba (patch) | |
tree | 13f100ed2483175670e1dc765633b0bd5f593980 /devel/p5-PathTools | |
parent | f394718b014de8ca7e09091fc16b8304f6ef95a6 (diff) | |
download | freebsd-ports-graphics-1b3b177288dacbfeb5333458f21ce73af0919bba.tar.gz freebsd-ports-graphics-1b3b177288dacbfeb5333458f21ce73af0919bba.tar.zst freebsd-ports-graphics-1b3b177288dacbfeb5333458f21ce73af0919bba.zip |
Fix build for perl-5.00503.
Pointed by: Scott Allendorf <scott-allendorf ?? uiowa.edu>
Diffstat (limited to 'devel/p5-PathTools')
-rw-r--r-- | devel/p5-PathTools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p5-PathTools/Makefile b/devel/p5-PathTools/Makefile index 052ca3a3425..f53d554a00f 100644 --- a/devel/p5-PathTools/Makefile +++ b/devel/p5-PathTools/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scal RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +CONFIGURE_ARGS+= DEFINE="-DHAS_GETCWD" MAN3= Cwd.3 File::Spec.3 File::Spec::Cygwin.3 File::Spec::Epoc.3 \ File::Spec::Functions.3 File::Spec::Mac.3 File::Spec::OS2.3 \ |