summaryrefslogtreecommitdiffstats
path: root/ports-mgmt/packagekit/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-09 16:31:33 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-09 16:31:33 +0800
commit54acec161b46fe69cd7c55a15780bebd7be2df26 (patch)
tree5e1740e9dc3f79d3fdd265e7a7df0511be2b28d3 /ports-mgmt/packagekit/Makefile
parentcd17f8d575bc60fab995ea03a4d3554a9db53db5 (diff)
downloadmarcuscom-ports-54acec161b46fe69cd7c55a15780bebd7be2df26.tar
marcuscom-ports-54acec161b46fe69cd7c55a15780bebd7be2df26.tar.gz
marcuscom-ports-54acec161b46fe69cd7c55a15780bebd7be2df26.tar.bz2
marcuscom-ports-54acec161b46fe69cd7c55a15780bebd7be2df26.tar.lz
marcuscom-ports-54acec161b46fe69cd7c55a15780bebd7be2df26.tar.xz
marcuscom-ports-54acec161b46fe69cd7c55a15780bebd7be2df26.tar.zst
marcuscom-ports-54acec161b46fe69cd7c55a15780bebd7be2df26.zip
Pet portlint a bit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13409 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'ports-mgmt/packagekit/Makefile')
-rw-r--r--ports-mgmt/packagekit/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile
index 98f049454..fcdc24d8d 100644
--- a/ports-mgmt/packagekit/Makefile
+++ b/ports-mgmt/packagekit/Makefile
@@ -3,7 +3,7 @@
# Whom: Anders F Bjorklund <afb@users.sourceforge.net>
#
# $FreeBSD$
-# $MCom: ports/ports-mgmt/packagekit/Makefile,v 1.3 2010/01/09 06:46:08 marcus Exp $
+# $MCom: ports/ports-mgmt/packagekit/Makefile,v 1.4 2010/01/09 08:29:39 marcus Exp $
PORTNAME= PackageKit
PORTVERSION= 0.5.5
@@ -51,7 +51,7 @@ OPTIONS=PORTS "Use portupgrade for management, dummy if disabled" on \
.if defined(NO_INSTALL_MANPAGES)
CONFIGURE_ARGS+=--disable-man-pages
.else
-BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/4.1/catalog:${PORTSDIR}/textproc/docbook-410 \
+BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/4.1/catalog:${PORTSDIR}/textproc/docbook-410 \
xsltproc:${PORTSDIR}/textproc/libxslt \
${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
MAN1= pkcon.1 pkmon.1 pkgenpack.1 pk-debuginfo-install.1
@@ -64,10 +64,10 @@ MAN1= pkcon.1 pkmon.1 pkgenpack.1 pk-debuginfo-install.1
RUN_DEPENDS+= portupgrade:${PORTSDIR}/ports-mgmt/portupgrade
USE_RUBY= yes
CONFIGURE_ARGS+=--enable-ports --with-default-backend=ports
-PLIST_SUB+= PORTS=""
+PLIST_SUB+= PORTS=""
.else
CONFIGURE_ARGS+=--disable-ports --with-default-backend=dummy
-PLIST_SUB+= PORTS="@comment "
+PLIST_SUB+= PORTS="@comment "
.endif
.if defined(WITH_RUCK)