diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 13:51:47 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 13:51:47 +0000 |
commit | 318a5369821d1ba2650a4e69e5704cc5c8005f80 (patch) | |
tree | 9659071bd68c2b4ba413daf4ff08a9d97a6c480e /net-p2p/phex/Makefile | |
parent | Fix some old devices, add new ones. (diff) |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
Diffstat (limited to '')
-rw-r--r-- | net-p2p/phex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/phex/Makefile b/net-p2p/phex/Makefile index 2999a88dd199..d992cfd27195 100644 --- a/net-p2p/phex/Makefile +++ b/net-p2p/phex/Makefile @@ -16,6 +16,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= A Java multi platform and spyware free gnutella client USE_JAVA= 1.3+ +USE_PERL= yes USE_ZIP= yes NO_BUILD= yes NO_BUILD_DEPENDS_JAVA= yes |