diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-05 18:59:32 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-05 18:59:32 +0800 |
commit | 88a1c2a7f1113a1dffeba1f2d5b27035417e3f31 (patch) | |
tree | 396c05c0a300a7b4f5eb0db6e78da5ee0d50487a /textproc | |
parent | 27739946d72588a2cbd097726b58b3a8ce55d26e (diff) | |
download | freebsd-ports-graphics-88a1c2a7f1113a1dffeba1f2d5b27035417e3f31.tar.gz freebsd-ports-graphics-88a1c2a7f1113a1dffeba1f2d5b27035417e3f31.tar.zst freebsd-ports-graphics-88a1c2a7f1113a1dffeba1f2d5b27035417e3f31.zip |
- add USE_PERL5_BUILD
Noted by: erwin
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/yamcha/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/yamcha/Makefile b/textproc/yamcha/Makefile index a2d3cfe94f4..c6613378eae 100644 --- a/textproc/yamcha/Makefile +++ b/textproc/yamcha/Makefile @@ -17,6 +17,7 @@ BUILD_DEPENDS= svm_learn:${PORTSDIR}/science/svmlight GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +USE_PERL5_BUILD=yes DOC_FILES= feature.png feature2.png feature3.png \ feature4.png feature5.png index.html \ yamcha.html yamcha.css |