summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg/Makefile
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2014-10-28 14:11:54 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2014-10-28 14:11:54 +0000
commitaaba335beca169497cd76f0d3c62ed6654cfbd1e (patch)
tree5ee84d90abf09214f55c225c160afec56e0e9762 /usr.sbin/pkg/Makefile
parentbac989a1efbcd982bb02c0649e784628fba8692e (diff)
downloadFreeBSD-src-aaba335beca169497cd76f0d3c62ed6654cfbd1e.zip
FreeBSD-src-aaba335beca169497cd76f0d3c62ed6654cfbd1e.tar.gz
Remove spurious libelf dependency.
Submitted by: pluknet
Diffstat (limited to 'usr.sbin/pkg/Makefile')
-rw-r--r--usr.sbin/pkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg/Makefile b/usr.sbin/pkg/Makefile
index 6c44806..c372a3c 100644
--- a/usr.sbin/pkg/Makefile
+++ b/usr.sbin/pkg/Makefile
@@ -6,7 +6,7 @@ MAN= pkg.7
CFLAGS+=-I${.CURDIR}/../../contrib/libucl/include
.PATH: ${.CURDIR}/../../contrib/libucl/include
-DPADD= ${LIBARCHIVE} ${LIBELF} ${LIBFETCH} ${LIBUCL} ${LIBSBUF} ${LIBSSL} \
+DPADD= ${LIBARCHIVE} ${LIBFETCH} ${LIBUCL} ${LIBSBUF} ${LIBSSL} \
${LIBCRYPTO} ${LIBM}
LDADD= -larchive -lfetch ${LDUCL} -lsbuf -lssl -lcrypto -lm
USEPRIVATELIB= ucl
OpenPOWER on IntegriCloud