diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-08 01:14:05 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-08 01:14:05 +0000 |
commit | 43485240fbb28269d906aa6fe20c065c1aeff699 (patch) | |
tree | b3d214b4731928c9d3555f209ef3978e2063a645 /net-p2p/freenet/Makefile | |
parent | Add a missing dependency on libXrender, and add a missing '\n' to the end of (diff) |
USE_SIZEify
Diffstat (limited to 'net-p2p/freenet/Makefile')
-rw-r--r-- | net-p2p/freenet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/freenet/Makefile b/net-p2p/freenet/Makefile index 5e2bda12acc7..8e85b6c1276b 100644 --- a/net-p2p/freenet/Makefile +++ b/net-p2p/freenet/Makefile @@ -15,6 +15,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= Peer-to-peer network aiming at anonymity and freedom of speech USE_JAVA= 1.4+ +USE_SIZE= yes NO_BUILD= yes NO_BUILD_DEPENDS_JAVA= yes WRKSRC= ${WRKDIR}/${PORTNAME} |