diff options
author | mezz <mezz@FreeBSD.org> | 2007-03-27 03:51:33 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-03-27 03:51:33 +0800 |
commit | 7f01a7b5471a866d5e6260b0a16ea3090cf60b3a (patch) | |
tree | 18eb90daead00b267cc9e084159833866a1a0ec7 /net-p2p | |
parent | acd663c71b0bd66990ef8006dce95213d2f84177 (diff) | |
download | freebsd-ports-gnome-7f01a7b5471a866d5e6260b0a16ea3090cf60b3a.tar.gz freebsd-ports-gnome-7f01a7b5471a866d5e6260b0a16ea3090cf60b3a.tar.zst freebsd-ports-gnome-7f01a7b5471a866d5e6260b0a16ea3090cf60b3a.zip |
Portlint:
-Add USE_GETTEXT.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/deluge05/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 1f22c7988d12..70cdebf63a8c 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus USE_GNOME= pygtk2 desktopfileutils +USE_GETTEXT= yes USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile index 1f22c7988d12..70cdebf63a8c 100644 --- a/net-p2p/deluge05/Makefile +++ b/net-p2p/deluge05/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus USE_GNOME= pygtk2 desktopfileutils +USE_GETTEXT= yes USE_PYTHON= yes USE_PYDISTUTILS=yes |