Catch up with pkg_install-20080202: pkg_info needs libarchive, libbz2

and libz now.
This commit is contained in:
joerg 2008-02-03 21:27:27 +00:00
parent c310e89d2d
commit 32cb208674

View File

@ -1,9 +1,12 @@
# $NetBSD: Makefile,v 1.5 2007/07/16 19:33:10 joerg Exp $
# $NetBSD: Makefile,v 1.6 2008/02/03 21:27:27 joerg Exp $
# Original from FreeBSD, no rcs id
PROG= pkg_info
SRCS= main.c perform.c show.c
DPADD= ${LIBARCHIVE} ${LIBZ} ${LIBBZ2}
LDADD= -larchive -lz -lbz2
.include <bsd.init.mk>
.PATH: ${DIST}/info