summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2013-11-24 22:04:49 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2013-11-24 22:04:49 +0800
commit93d6b1a03821b72a96a8c51563209e18b53c1fea (patch)
treed0fb1a4a1a4c371c76c1e27678138a0ae34fc5f5
parent9b959c56e0113847df58e604e7fa92c699acd94b (diff)
downloadmarcuscom-ports-93d6b1a03821b72a96a8c51563209e18b53c1fea.tar
marcuscom-ports-93d6b1a03821b72a96a8c51563209e18b53c1fea.tar.gz
marcuscom-ports-93d6b1a03821b72a96a8c51563209e18b53c1fea.tar.bz2
marcuscom-ports-93d6b1a03821b72a96a8c51563209e18b53c1fea.tar.lz
marcuscom-ports-93d6b1a03821b72a96a8c51563209e18b53c1fea.tar.xz
marcuscom-ports-93d6b1a03821b72a96a8c51563209e18b53c1fea.tar.zst
marcuscom-ports-93d6b1a03821b72a96a8c51563209e18b53c1fea.zip
Use libxslt:build provided by USE_GNOME instead of build_depends
Discussed with: kwm git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18921 df743ca5-7f9a-e211-a948-0013205c9059
-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