diff options
Diffstat (limited to 'graphics/Hermes/Makefile')
-rw-r--r-- | graphics/Hermes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 8eb0ac6ca744..082ec2eba55b 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -7,7 +7,7 @@ PORTNAME= Hermes PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.su.se/pub/lunar/source-archive/ \ ${MASTER_SITE_GENTOO} @@ -18,7 +18,7 @@ COMMENT= Fast pixel formats conversion library USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" |