diff options
author | marcel <marcel@FreeBSD.org> | 2015-08-24 16:26:20 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2015-08-24 16:26:20 +0000 |
commit | 02ffac2cca7d10e6d7dd08bf0312f623bf082268 (patch) | |
tree | 2b06534b5d1c1378ec99094a62eff13dfd2e48fc /usr.bin/xo | |
parent | db61d1271ad0bc51e60afe181a45a7318591dad6 (diff) | |
download | FreeBSD-src-02ffac2cca7d10e6d7dd08bf0312f623bf082268.zip FreeBSD-src-02ffac2cca7d10e6d7dd08bf0312f623bf082268.tar.gz |
Upgrade libxo to 0.4.5.
Local changes incorporated by 0.4.5: r284340
Local changes retained: r276260, r282117
Obtained from: https://github.com/Juniper/libxo
Diffstat (limited to 'usr.bin/xo')
-rw-r--r-- | usr.bin/xo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xo/Makefile b/usr.bin/xo/Makefile index b199207..be22618 100644 --- a/usr.bin/xo/Makefile +++ b/usr.bin/xo/Makefile @@ -10,6 +10,6 @@ MAN= xo.1 # XXX For xoversion.h CFLAGS+=-I${LIBXO}/libxo -LIBADD= xo +LIBADD= xo util .include <bsd.prog.mk> |