diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-01-12 04:01:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-01-12 04:01:45 +0800 |
commit | 56a48d96d9b8e934e348c5bf24bd4ed97a5b614e (patch) | |
tree | a131e7dd3ece613a878f2ace5eb3065bbb14fcbd /x11 | |
parent | b15639b78ab5e1a3ec44c83729b1eb2783ccc156 (diff) | |
download | freebsd-ports-gnome-56a48d96d9b8e934e348c5bf24bd4ed97a5b614e.tar.gz freebsd-ports-gnome-56a48d96d9b8e934e348c5bf24bd4ed97a5b614e.tar.zst freebsd-ports-gnome-56a48d96d9b8e934e348c5bf24bd4ed97a5b614e.zip |
- Fix missing python flavor
Diffstat (limited to 'x11')
-rw-r--r-- | x11/roxterm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/roxterm/Makefile b/x11/roxterm/Makefile index fffa3dc48966..6870ee1e0ef1 100644 --- a/x11/roxterm/Makefile +++ b/x11/roxterm/Makefile @@ -12,7 +12,7 @@ COMMENT= GTK+ terminal emulator with tabs LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>0:devel/py-lockfile \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>0:devel/py-lockfile@${PY_FLAVOR} \ docbook-xsl>0:textproc/docbook-xsl \ itstool:textproc/itstool \ po4a:textproc/po4a |