Fix dependencies on libtidy
Reported by: amdmi3
This commit is contained in:
parent
79d47e25ef
commit
49947868c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366491
@ -389,7 +389,7 @@ CONFIGURE_ARGS+=--enable-sysvshm
|
||||
.if ${PHP_MODNAME} == "tidy"
|
||||
CONFIGURE_ARGS+=--with-tidy=${LOCALBASE}
|
||||
|
||||
LIB_DEPENDS+= libtidy-0.99.so:${PORTSDIR}/www/tidy-lib
|
||||
LIB_DEPENDS+= libtidy.so:${PORTSDIR}/www/tidy-lib
|
||||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "tokenizer"
|
||||
|
@ -391,7 +391,7 @@ CONFIGURE_ARGS+=--enable-sysvshm
|
||||
.if ${PHP_MODNAME} == "tidy"
|
||||
CONFIGURE_ARGS+=--with-tidy=${LOCALBASE}
|
||||
|
||||
LIB_DEPENDS+= libtidy-0.99.so.0:${PORTSDIR}/www/tidy-lib
|
||||
LIB_DEPENDS+= libtidy.so:${PORTSDIR}/www/tidy-lib
|
||||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "tokenizer"
|
||||
|
@ -393,7 +393,7 @@ CONFIGURE_ARGS+=--enable-sysvshm
|
||||
.if ${PHP_MODNAME} == "tidy"
|
||||
CONFIGURE_ARGS+=--with-tidy=${LOCALBASE}
|
||||
|
||||
LIB_DEPENDS+= libtidy-0.99.so:${PORTSDIR}/www/tidy-lib
|
||||
LIB_DEPENDS+= libtidy.so:${PORTSDIR}/www/tidy-lib
|
||||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "tokenizer"
|
||||
|
@ -35,7 +35,7 @@ GROUPS= prayer
|
||||
|
||||
SESSIONCACHE_USE= BDB=5+
|
||||
LDAP_USE= OPENLDAP=yes
|
||||
TIDY_LIB_DEPENDS= libtidy-0.99.so:${PORTSDIR}/www/tidy-lib
|
||||
TIDY_LIB_DEPENDS= libtidy.so:${PORTSDIR}/www/tidy-lib
|
||||
|
||||
GID!= id -g
|
||||
DESTDIRNAME= BROOT
|
||||
|
@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --disable-croco
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MTIDY}
|
||||
LIB_DEPENDS+= libtidy-0.99.so:${PORTSDIR}/www/tidy-lib
|
||||
LIB_DEPENDS+= libtidy.so:${PORTSDIR}/www/tidy-lib
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-tidy
|
||||
.endif
|
||||
|
@ -11,7 +11,7 @@ DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Comprehensive html/website development environment
|
||||
|
||||
LIB_DEPENDS= libtidy-0.99.so:${PORTSDIR}/www/tidy-lib \
|
||||
LIB_DEPENDS= libtidy.so:${PORTSDIR}/www/tidy-lib \
|
||||
libboost_thread.so:${PORTSDIR}/devel/boost-libs
|
||||
|
||||
USE_GNOME= libxml2 libxslt
|
||||
|
@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python interface to tidy-lib
|
||||
|
||||
# XXX Better depend on tidy or tidy-devel???
|
||||
LIB_DEPENDS= libtidy-0.99.so:${PORTSDIR}/www/tidy-lib
|
||||
LIB_DEPENDS= libtidy.so:${PORTSDIR}/www/tidy-lib
|
||||
|
||||
USES= zip
|
||||
USE_PYTHON= 2
|
||||
|
@ -10,7 +10,7 @@ DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Basic applications for KDE
|
||||
|
||||
LIB_DEPENDS= libtidy-0.99.so:${PORTSDIR}/www/tidy-lib
|
||||
LIB_DEPENDS= libtidy.so:${PORTSDIR}/www/tidy-lib
|
||||
|
||||
USE_GNOME= glib20
|
||||
USE_KDE4= kdehier kdelibs kdeprefix libkonq \
|
||||
|
Loading…
Reference in New Issue
Block a user