Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 2013 17:10:16 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r248133 - head/usr.sbin/pkg
Message-ID:  <201303101710.r2AHAGSd075858@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Mar 10 17:10:16 2013
New Revision: 248133
URL: http://svnweb.freebsd.org/changeset/base/248133

Log:
  Fix a typo in DPADD.

Modified:
  head/usr.sbin/pkg/Makefile

Modified: head/usr.sbin/pkg/Makefile
==============================================================================
--- head/usr.sbin/pkg/Makefile	Sun Mar 10 15:02:30 2013	(r248132)
+++ head/usr.sbin/pkg/Makefile	Sun Mar 10 17:10:16 2013	(r248133)
@@ -4,7 +4,7 @@ PROG=	pkg
 SRCS=	pkg.c dns_utils.c config.c
 
 NO_MAN=	yes
-DPADD=	${LIBARCHIVE} ${LIBELF} ${LIBFETCH} ${LIBBSDYML} ${LIBSUBF}
+DPADD=	${LIBARCHIVE} ${LIBELF} ${LIBFETCH} ${LIBBSDYML} ${LIBSBUF}
 LDADD=	-larchive -lelf -lfetch -lbsdyml -lsbuf
 
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303101710.r2AHAGSd075858>