diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-01-19 22:23:36 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-01-19 22:23:36 +0800 |
commit | 2aa9f9cbf55ea7836afaa6bf7c987b264d8341c1 (patch) | |
tree | c9571ff722c84a8442904de916fa598e6c05ca25 /textproc | |
parent | 5612e40f7c5531fdbc85e7d591144d8bde2f5513 (diff) | |
download | freebsd-ports-gnome-2aa9f9cbf55ea7836afaa6bf7c987b264d8341c1.tar.gz freebsd-ports-gnome-2aa9f9cbf55ea7836afaa6bf7c987b264d8341c1.tar.zst freebsd-ports-gnome-2aa9f9cbf55ea7836afaa6bf7c987b264d8341c1.zip |
Remove textproc/redland-bindings-python.
This port was added at a time when people could not easily enable all the
bindings offered in textproc/redland-bindings using options, which has not
been the case for quite a while.
The same files installed by redland-bindings-python can also be installed
using redland-bindings with the PYTHON option on. In fact, ever since we
moved away from WITH_<LANG> redland-bindings-python has worked simply
because PYTHON is a default option in the master port.
PR: ports/185215
Submitted by: rakuco@
Approved by: maintainer timeout (24 days)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/redland-bindings-python/Makefile | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index cd2c8f1f2703..bfbb07361747 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1243,7 +1243,6 @@ SUBDIR += redet SUBDIR += redland SUBDIR += redland-bindings - SUBDIR += redland-bindings-python SUBDIR += refdb SUBDIR += reflex SUBDIR += replaceit diff --git a/textproc/redland-bindings-python/Makefile b/textproc/redland-bindings-python/Makefile deleted file mode 100644 index 9988c0b20244..000000000000 --- a/textproc/redland-bindings-python/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Jordi Haarman -# $FreeBSD$ - -CATEGORIES= textproc python - -MAINTAINER= j.haarman@synantics.com -COMMENT= Python language bindings for the Redland package -PKGNAMESUFFIX= -python - -MASTERDIR= ${.CURDIR}/../redland-bindings - -CONFLICTS= redland-bindings-[0-9]* - -WITH_PYTHON= yes - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" |