summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/polkit/Makefile2
-rw-r--r--sysutils/upower/Makefile2
-rw-r--r--www/libsocialweb/Makefile3
3 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile
index a5794f56e..f59c3c1b3 100644
--- a/sysutils/polkit/Makefile
+++ b/sysutils/polkit/Makefile
@@ -36,9 +36,9 @@ OPTIONS_DEFINE= MANPAGES
.if ${PORT_OPTIONS:MMANPAGES}
BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/4.1/dtd/catalog:${PORTSDIR}/textproc/docbook-410 \
- xsltproc:${PORTSDIR}/textproc/libxslt \
${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
+USE_GNOME+= libxslt:build
MAN1= pkaction.1 pkcheck.1 pkexec.1 pkttyagent.1
MAN8= pklocalauthority.8 polkit.8 polkitd.8
.else
diff --git a/sysutils/upower/Makefile b/sysutils/upower/Makefile
index 79149eafa..74f6a331f 100644
--- a/sysutils/upower/Makefile
+++ b/sysutils/upower/Makefile
@@ -34,8 +34,8 @@ CONFIGURE_ARGS+=--disable-man-pages
.else
BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/4.1/dtd/catalog:${PORTSDIR}/textproc/docbook-410 \
${LOCALBASE}/share/xml/docbook/4.1.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-sk \
- xsltproc:${PORTSDIR}/textproc/libxslt \
${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
+USE_GNOME+= libxslt:build
MAN1= upower.1
MAN7= UPower.7
MAN8= upowerd.8
diff --git a/www/libsocialweb/Makefile b/www/libsocialweb/Makefile
index 89351b631..aeb3949db 100644
--- a/www/libsocialweb/Makefile
+++ b/www/libsocialweb/Makefile
@@ -16,7 +16,8 @@ BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \
LIB_DEPENDS= librest-0.7.so:${PORTSDIR}/devel/librest \
libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
-USE_GNOME= glib20 intlhack gconf2 introspection:build gnomehier
+USE_GNOME= gconf2 glib20 gnomehier intlhack introspection:build \
+ libxslt:build
USE_XZ= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes