diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-01 05:26:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-01 05:26:28 +0000 |
commit | 2b74a89bc8342f0b9b737c37d87737caf7b0ea1e (patch) | |
tree | c04604583d8be53b3ed7f10975be828c731f87cb /misc/alevt | |
parent | 24315159daa0089f08acea4ba1b130fb6721ad5c (diff) | |
download | ports-2b74a89bc8342f0b9b737c37d87737caf7b0ea1e.tar.gz ports-2b74a89bc8342f0b9b737c37d87737caf7b0ea1e.zip |
- update png to 1.5.10
Notes
Notes:
svn path=/head/; revision=297915
Diffstat (limited to 'misc/alevt')
-rw-r--r-- | misc/alevt/Makefile | 4 | ||||
-rw-r--r-- | misc/alevt/files/patch-exp-gfx.c | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/misc/alevt/Makefile b/misc/alevt/Makefile index 07c655de0c76..2aa38da4b201 100644 --- a/misc/alevt/Makefile +++ b/misc/alevt/Makefile @@ -7,7 +7,7 @@ PORTNAME= alevt PORTVERSION= 1.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://www.goron.de/~froese/alevt/ @@ -23,7 +23,7 @@ MAN1= alevt.1x alevt-date.1 alevt-cap.1 .include <bsd.port.pre.mk> .if defined(WITH_PNG) -LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png MAKE_ARGS+= -DWITH_PNG .endif diff --git a/misc/alevt/files/patch-exp-gfx.c b/misc/alevt/files/patch-exp-gfx.c new file mode 100644 index 000000000000..5b042ea3dd74 --- /dev/null +++ b/misc/alevt/files/patch-exp-gfx.c @@ -0,0 +1,10 @@ +--- exp-gfx.c.orig 2007-12-03 03:56:06.000000000 +0100 ++++ exp-gfx.c 2012-05-05 08:55:49.000000000 +0200 +@@ -6,6 +6,7 @@ + + #include "lang.h" + #include "export.h" ++#include "zlib.h" + + #include "font.h" + #define WW (W*CW) /* pixel width of window */ |