diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 20:46:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 20:46:47 +0000 |
commit | dcb7b12d1d9c8dc5193dafdad62246caccd99087 (patch) | |
tree | 6ae5b3821514f4e19146a69951fe54ec58f1b979 | |
parent | Fix build on 5.0. (diff) |
Make math/p5-Roman buildable on bento again.
Submitted by: kris@ (thanks!)
Notes
Notes:
svn path=/head/; revision=74910
-rw-r--r-- | math/p5-Roman/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/p5-Roman/Makefile b/math/p5-Roman/Makefile index 18dc0d0b550f..38fb00e7973a 100644 --- a/math/p5-Roman/Makefile +++ b/math/p5-Roman/Makefile @@ -15,6 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= philip@paeps.cx NO_BUILD= yes +USE_PERL5_RUN= yes SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} |