diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-23 22:10:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-23 22:10:34 +0800 |
commit | f79718b842dead676f17a5e31a921a5cdb29a195 (patch) | |
tree | ab4698c220c8a3b1bfc86d3a1c80af1211ad6258 | |
parent | 46002e2e91884d4f18e009fa57fb938f2fd46bbe (diff) | |
download | freebsd-ports-gnome-f79718b842dead676f17a5e31a921a5cdb29a195.tar.gz freebsd-ports-gnome-f79718b842dead676f17a5e31a921a5cdb29a195.tar.zst freebsd-ports-gnome-f79718b842dead676f17a5e31a921a5cdb29a195.zip |
- Remove py-wbxml from run-time dependencies list
sync-engine 0.12 no relies on libwbxml and pywbxml.
An internal wbxml converter has been implemented in SyncEngine/wbxml.
PR: 129081
Noticed by: Alex Samorukov
Submitted by: maintainer
-rw-r--r-- | palm/synce-sync-engine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/synce-sync-engine/Makefile b/palm/synce-sync-engine/Makefile index f366fd21dd3d..fa11955134d1 100644 --- a/palm/synce-sync-engine/Makefile +++ b/palm/synce-sync-engine/Makefile @@ -6,6 +6,7 @@ PORTNAME?= sync-engine PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES?= palm MASTER_SITES= SF MASTER_SITE_SUBDIR= synce @@ -18,7 +19,6 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/pyrtfcomp.so:${PORTSDIR}/archivers/py-librtfcomp \ - ${PYTHON_SITELIBDIR}/pywbxml.so:${PORTSDIR}/textproc/py-wbxml \ ${PYTHON_SITELIBDIR}/pyrra.so:${PORTSDIR}/palm/py-synce-librra \ ${PYTHON_SITELIBDIR}/pyrapi2.so:${PORTSDIR}/palm/py-synce-librapi2 |