diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-05 10:50:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-05 10:50:18 +0800 |
commit | 8c6491a65b179428018506e5a15012da7d2b644f (patch) | |
tree | 4822064123bfb04da8b4a38d35f9b42285a0d87c /textproc | |
parent | 7199da00529bb95e24994289d30ea021f517ff12 (diff) | |
download | freebsd-ports-gnome-8c6491a65b179428018506e5a15012da7d2b644f.tar.gz freebsd-ports-gnome-8c6491a65b179428018506e5a15012da7d2b644f.tar.zst freebsd-ports-gnome-8c6491a65b179428018506e5a15012da7d2b644f.zip |
Ports needed perl to build -> USE_PERL5=yes
Seen on: bento
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/no-ispell/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/no-ispell/Makefile b/textproc/no-ispell/Makefile index 24005642c2ff..de6b649b3ce2 100644 --- a/textproc/no-ispell/Makefile +++ b/textproc/no-ispell/Makefile @@ -13,4 +13,6 @@ PORTVERSION= 2.0 PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../ispell +USE_PERL5= yes + .include "${MASTERDIR}/Makefile" |