summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/Makefile.inc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2008-08-07 14:48:35 +0000
committerphk <phk@FreeBSD.org>2008-08-07 14:48:35 +0000
commit0fcff3686b2759a5962aec115d42856976db5e5c (patch)
treec50d62481aa71952ba74e082cc84962173cb5e80 /usr.sbin/pkg_install/Makefile.inc
parent30f45d2b49ae553779e4ce14fc25ac6e9723653b (diff)
downloadFreeBSD-src-0fcff3686b2759a5962aec115d42856976db5e5c.zip
FreeBSD-src-0fcff3686b2759a5962aec115d42856976db5e5c.tar.gz
Use humanize_number to report pen-sizes so people don't have to count
the digits when trying to install openoffice.
Diffstat (limited to 'usr.sbin/pkg_install/Makefile.inc')
-rw-r--r--usr.sbin/pkg_install/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/Makefile.inc b/usr.sbin/pkg_install/Makefile.inc
index bff3474..2fa20aa 100644
--- a/usr.sbin/pkg_install/Makefile.inc
+++ b/usr.sbin/pkg_install/Makefile.inc
@@ -4,6 +4,9 @@
LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a
+DPADD+= ${LIBUTIL}
+LDADD+= -lutil
+
.if ${MK_OPENSSL} != "no" && \
defined(LDADD) && ${LDADD:M-lfetch} != ""
DPADD+= ${LIBSSL} ${LIBCRYPTO}
OpenPOWER on IntegriCloud