diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-16 00:03:55 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-16 00:03:55 +0800 |
commit | eb61f926c387c755ebfe9abe51a14d490158d313 (patch) | |
tree | 88506d4f62db8d16053ddd37e01fe3fa22708b5d /sysutils | |
parent | b2fc809da1aeb2e2e3b2d0b67549519d054d08c6 (diff) | |
download | marcuscom-ports-eb61f926c387c755ebfe9abe51a14d490158d313.tar marcuscom-ports-eb61f926c387c755ebfe9abe51a14d490158d313.tar.gz marcuscom-ports-eb61f926c387c755ebfe9abe51a14d490158d313.tar.bz2 marcuscom-ports-eb61f926c387c755ebfe9abe51a14d490158d313.tar.lz marcuscom-ports-eb61f926c387c755ebfe9abe51a14d490158d313.tar.xz marcuscom-ports-eb61f926c387c755ebfe9abe51a14d490158d313.tar.zst marcuscom-ports-eb61f926c387c755ebfe9abe51a14d490158d313.zip |
Pull in devel/py-lxml by its name instead of checking for CREDITS.txt. That file is installed only if DOCS is enabled in py-lxml, so when the DOCS option is not enable the ports system will try to reinstall the py-lxml package.
Reported by: poudriere
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18801 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cinnamon-control-center/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cinnamon-control-center/Makefile b/sysutils/cinnamon-control-center/Makefile index 5f66410d7..d54013705 100644 --- a/sysutils/cinnamon-control-center/Makefile +++ b/sysutils/cinnamon-control-center/Makefile @@ -32,7 +32,7 @@ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libgjs.so:${PORTSDIR}/lang/gjs RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ - ${LOCALBASE}/share/doc/py-lxml/CREDITS.txt:${PORTSDIR}/devel/py-lxml + py*-lxml>=0:${PORTSDIR}/devel/py-lxml FETCH_ARGS= -Fpr USE_XORG= x11 xfixes sm |