diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-15 11:52:31 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-15 11:52:31 +0000 |
commit | e5dade0e2b72d908d21359050f2c1792b931004f (patch) | |
tree | 268cfa171efa011e68702764370856625ae584d8 /net-p2p/nicotine | |
parent | acc468d57e0cf6783b9dacd6fa895ee73b7c28ba (diff) | |
download | ports-e5dade0e2b72d908d21359050f2c1792b931004f.tar.gz ports-e5dade0e2b72d908d21359050f2c1792b931004f.zip |
Notes
Diffstat (limited to 'net-p2p/nicotine')
-rw-r--r-- | net-p2p/nicotine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/nicotine/Makefile b/net-p2p/nicotine/Makefile index 363341847c3c..87046f8f926d 100644 --- a/net-p2p/nicotine/Makefile +++ b/net-p2p/nicotine/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolki USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_REINPLACE= yes +USE_GETTEXT= yes OPTIONS= GEOIP "Enable the GeoIP based country code blocker" off \ PSYCO "Enable Psyco, the optimizing Python compiler" off \ |