diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-06 04:46:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-06 04:46:47 +0800 |
commit | 06f097ceea5bd121a3050c0fc911940e92925a13 (patch) | |
tree | 3482811dc16208ec5ed8d5829574243a5b4c51ff /math/p5-Roman | |
parent | 8c24efdaeec7dcce1e42553a2b59a28885a7f7df (diff) | |
download | freebsd-ports-gnome-06f097ceea5bd121a3050c0fc911940e92925a13.tar.gz freebsd-ports-gnome-06f097ceea5bd121a3050c0fc911940e92925a13.tar.zst freebsd-ports-gnome-06f097ceea5bd121a3050c0fc911940e92925a13.zip |
Make math/p5-Roman buildable on bento again.
Submitted by: kris@ (thanks!)
Diffstat (limited to 'math/p5-Roman')
-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} |