diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-10-13 17:16:21 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-10-13 17:16:21 +0000 |
commit | 6e0bae7887abf23c10c7a5995eae5a19f97efba9 (patch) | |
tree | fae51705024c37eafb51c78a21211f8d96a304a1 | |
parent | 6f5a4fb43b709f37607cab8d6ba015b4050c9a6a (diff) |
tweak a bit for better standards conformance
okay matthieu@
-rw-r--r-- | lib/freetype/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/freetype/Makefile b/lib/freetype/Makefile index 8984cd7f7..63b028062 100644 --- a/lib/freetype/Makefile +++ b/lib/freetype/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.25 2012/07/07 16:45:03 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.26 2012/10/13 17:16:20 espie Exp $ FREETYPESRC= ${.CURDIR}/src -FT_VERSION_INFO= 15.0.9 # Get it from builds/unix/configure.ac +# Get it from builds/unix/configure.ac +FT_VERSION_INFO= 15.0.9 .ifmake includes SUBDIR= include |