Properly depend on libexpat.
This commit is contained in:
parent
47c0c4a814
commit
de7e8342d2
5
external/mit/xorg/bin/xmlwf/Makefile
vendored
5
external/mit/xorg/bin/xmlwf/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2008/10/05 17:35:13 cube Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2008/10/05 17:43:04 cube Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -8,7 +8,8 @@ PROG= xmlwf
|
||||
|
||||
SRCS= codepage.c unixfilemap.c xmlfile.c xmlwf.c
|
||||
|
||||
LDADD= -lexpat
|
||||
LDADD+= -lexpat
|
||||
DPADD+= ${LIBEXPAT}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user