diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 05:08:07 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 05:08:07 +0800 |
commit | 9c35796034f10fd346aa5f5921c3709def5856bc (patch) | |
tree | c8054c79b75ae6d585bdaedb65f511f64e4ea503 /textproc | |
parent | b334cd6e474a48c85c7a11dc97c9f686b541cfdb (diff) | |
download | freebsd-ports-gnome-9c35796034f10fd346aa5f5921c3709def5856bc.tar.gz freebsd-ports-gnome-9c35796034f10fd346aa5f5921c3709def5856bc.tar.zst freebsd-ports-gnome-9c35796034f10fd346aa5f5921c3709def5856bc.zip |
Port needs perl to build/run -> USE_PERL5=yes
See http://bento.freebsd.org/errorlogs/5-latest/align-1.5.1.log
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/align/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/align/Makefile b/textproc/align/Makefile index 6818bf26b5f1..6ab0cf1cf6a1 100644 --- a/textproc/align/Makefile +++ b/textproc/align/Makefile @@ -13,4 +13,6 @@ MASTER_SITES= http://www.cs.indiana.edu/~kinzler/align/ MAINTAINER= ports@FreeBSD.org +USE_PERL5= yes + .include <bsd.port.mk> |