diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-05-17 09:49:02 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-05-17 09:49:02 +0800 |
commit | fe6cd0065fc2fe920fd0ea074cac6e0fa5762809 (patch) | |
tree | c7d81e10ddf88b58d5bd5a27902986cd1e08ddf2 /math | |
parent | 4df6ee85d9a4e74b5bb43c75c2436a35227472f9 (diff) | |
download | freebsd-ports-gnome-fe6cd0065fc2fe920fd0ea074cac6e0fa5762809.tar.gz freebsd-ports-gnome-fe6cd0065fc2fe920fd0ea074cac6e0fa5762809.tar.zst freebsd-ports-gnome-fe6cd0065fc2fe920fd0ea074cac6e0fa5762809.zip |
add perl5 build depend
Noticed by: bento via kris
Diffstat (limited to 'math')
-rw-r--r-- | math/lambda/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/lambda/Makefile b/math/lambda/Makefile index 54d9137a6451..01120fa49f07 100644 --- a/math/lambda/Makefile +++ b/math/lambda/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://66.47.116.75/~demo/lambda/ MAINTAINER= ports@FreeBSD.org COMMENT= A lambda calculus interpreter +USE_PERL5_BUILD= yes GNU_CONFIGURE= yes PLIST_FILES= bin/lambda \ |