diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-15 19:52:31 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-15 19:52:31 +0800 |
commit | 5265d3a5d905d125fbd3fb40311d6549312caaf2 (patch) | |
tree | be169596276d33fee9d560d2553597e8b1b5e6c9 /net-p2p | |
parent | 0191309a6411dc56e6c43db92a9d39a1f84b27ab (diff) | |
download | freebsd-ports-gnome-5265d3a5d905d125fbd3fb40311d6549312caaf2.tar.gz freebsd-ports-gnome-5265d3a5d905d125fbd3fb40311d6549312caaf2.tar.zst freebsd-ports-gnome-5265d3a5d905d125fbd3fb40311d6549312caaf2.zip |
[PATCH] net-p2p/nicotine: portlint(1) fixes
PR: ports/95789
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: Stefan Walter <sw@gegenunendlich.de>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/nicotine-plus/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/nicotine/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/nicotine-plus/Makefile b/net-p2p/nicotine-plus/Makefile index 363341847c3c..87046f8f926d 100644 --- a/net-p2p/nicotine-plus/Makefile +++ b/net-p2p/nicotine-plus/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 \ 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 \ |