diff options
Diffstat (limited to 'graphics/Hermes/Makefile')
-rw-r--r-- | graphics/Hermes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 9aa08680d4ec..442a69013b5e 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -16,7 +16,7 @@ COMMENT= Fast pixel formats conversion library USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" |