Fix a typo in DPADD.
This commit is contained in:
parent
ba8d066231
commit
1f9712deb7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user