diff options
Diffstat (limited to 'graphics/Hermes/Makefile')
-rw-r--r-- | graphics/Hermes/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index b6371a3998d1..8b9b1060abdf 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -6,16 +6,13 @@ # PORTNAME= Hermes -PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTVERSION= 1.3.3 CATEGORIES= graphics MASTER_SITES= http://www.clanlib.org/download/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Fast pixel formats conversion library -BUILD_DEPENDS= ${LOCALBASE}/share/automake/depcomp:${PORTSDIR}/devel/automake - USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes @@ -24,9 +21,6 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" INSTALLS_SHLIB= yes -pre-configure: - @${CP} ${LOCALBASE}/share/automake/depcomp ${WRKSRC} - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |