diff options
author | lioux <lioux@FreeBSD.org> | 2005-10-10 14:20:39 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-10-10 14:20:39 +0800 |
commit | 99a789bf9db33c7b0dada4a93d672b3d8dbebdaf (patch) | |
tree | 99e737fd872f309fb7f526aed303147e5223cfa0 /net | |
parent | 7fb89ec5292d59abc2816c53394aa861d947d6b8 (diff) | |
download | freebsd-ports-gnome-99a789bf9db33c7b0dada4a93d672b3d8dbebdaf.tar.gz freebsd-ports-gnome-99a789bf9db33c7b0dada4a93d672b3d8dbebdaf.tar.zst freebsd-ports-gnome-99a789bf9db33c7b0dada4a93d672b3d8dbebdaf.zip |
Add forgotten USE_RC_SUBR=yes since a rc.d startup script has been
included
Diffstat (limited to 'net')
-rw-r--r-- | net/freenet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/freenet/Makefile b/net/freenet/Makefile index fccbff156b57..4c548f8579b9 100644 --- a/net/freenet/Makefile +++ b/net/freenet/Makefile @@ -17,6 +17,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= lioux@FreeBSD.org COMMENT= Peer-to-peer network aiming at anonymity and freedom of speech +USE_RC_SUBR= yes USE_JAVA= yes JAVA_VERSION= 1.4+ NO_BUILD= yes |