diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-19 00:03:07 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-19 00:03:07 +0800 |
commit | 77f28f9bfbd8d2ba78aca3ac2a786e62b3ce6ab0 (patch) | |
tree | 9b3fbd0cc1dace3f2e7eb62f8f165a1953ed03eb /textproc | |
parent | 921d4c706d5d8275a07373c25265bc23842f6222 (diff) | |
download | freebsd-ports-gnome-77f28f9bfbd8d2ba78aca3ac2a786e62b3ce6ab0.tar.gz freebsd-ports-gnome-77f28f9bfbd8d2ba78aca3ac2a786e62b3ce6ab0.tar.zst freebsd-ports-gnome-77f28f9bfbd8d2ba78aca3ac2a786e62b3ce6ab0.zip |
Actually fix RUN_DEPENDS.
Submitted by: bento
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-Preferred/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Lingua-Preferred/Makefile b/textproc/p5-Lingua-Preferred/Makefile index 65c90f13cb58..7af4aea147e0 100644 --- a/textproc/p5-Lingua-Preferred/Makefile +++ b/textproc/p5-Lingua-Preferred/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= svenasse@polaris.ca -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/${PERL_VER}/Log/TraceMessages.pm:${PORTSDIR}/devel/p5-Log-TraceMessages +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Log/TraceMessages.pm:${PORTSDIR}/devel/p5-Log-TraceMessages PERL_CONFIGURE= yes |