diff options
author | lioux <lioux@FreeBSD.org> | 2005-10-14 00:08:49 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-10-14 00:08:49 +0800 |
commit | f9df20da17d8e9d6e1760218747a43dad4b44877 (patch) | |
tree | 3140066b105c04c5180fcd9a6f6dcfcdc211cfa2 /net-p2p | |
parent | cd49157b45aa907d4121e75a3dd0930fc1aad555 (diff) | |
download | freebsd-ports-gnome-f9df20da17d8e9d6e1760218747a43dad4b44877.tar.gz freebsd-ports-gnome-f9df20da17d8e9d6e1760218747a43dad4b44877.tar.zst freebsd-ports-gnome-f9df20da17d8e9d6e1760218747a43dad4b44877.zip |
USE_GETTEXT due to internationalization
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-bittorrent-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/py-bittorrent-devel/Makefile b/net-p2p/py-bittorrent-devel/Makefile index 1d4a773d38bb..667285196f5c 100644 --- a/net-p2p/py-bittorrent-devel/Makefile +++ b/net-p2p/py-bittorrent-devel/Makefile @@ -23,6 +23,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython ${PYTHON_SITELIBDIR}/twisted/plugins/__init__.py:${PORTSDIR}/devel/py-twistedCore \ ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto +USE_GETTEXT= yes USE_PYTHON= yes USE_PYDISTUTILS= yes USE_REINPLACE= yes |