diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-06-18 21:09:08 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-06-18 21:09:08 +0000 |
commit | 65e0042978ee0efc536563e2f4e1cb552f639394 (patch) | |
tree | 0f3f0c09fce51515790c28d663ee666d4b44885d /lib/freetype | |
parent | 26e69e182d09e61f5b5bcfc0af830ef0b01dbd9b (diff) |
let X directories build even if you forget depend.
- use BUILDFIRST
- have fontconfig use normal 'all' targets to make sure its files are built
- explicitly document the fontconfig lib order
okay matthieu@
Diffstat (limited to 'lib/freetype')
-rw-r--r-- | lib/freetype/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/freetype/Makefile b/lib/freetype/Makefile index a4b297dae..122025b8e 100644 --- a/lib/freetype/Makefile +++ b/lib/freetype/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 2017/01/13 11:19:58 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.48 2017/06/18 21:09:07 espie Exp $ FREETYPESRC= ${.CURDIR}/src @@ -30,6 +30,7 @@ CLEANFILES+= freetype-config freetype2.pc obj: _xenocara_obj beforedepend: freetype-config freetype2.pc +BUILDFIRST = freetype-config freetype2.pc beforeinstall: cd ${.CURDIR} ; exec ${MAKE} ${MAKE_FLAGS} includes |