aboutsummaryrefslogtreecommitdiff
path: root/emulators/nonpareil
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-01 05:26:28 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-01 05:26:28 +0000
commit2b74a89bc8342f0b9b737c37d87737caf7b0ea1e (patch)
treec04604583d8be53b3ed7f10975be828c731f87cb /emulators/nonpareil
parent24315159daa0089f08acea4ba1b130fb6721ad5c (diff)
Notes
Diffstat (limited to 'emulators/nonpareil')
-rw-r--r--emulators/nonpareil/Makefile4
-rw-r--r--emulators/nonpareil/files/patch-src_printer.c10
2 files changed, 13 insertions, 1 deletions
diff --git a/emulators/nonpareil/Makefile b/emulators/nonpareil/Makefile
index a0c96d5e1943..36b40c1acb8f 100644
--- a/emulators/nonpareil/Makefile
+++ b/emulators/nonpareil/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nonpareil
PORTVERSION= 0.79
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://nonpareil.brouhaha.com/download/
@@ -17,6 +17,8 @@ COMMENT= Simulator for many HP calculators
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
+
USE_BISON= build
USE_GNOME= gtk20 libxml2
USE_SDL= sdl
diff --git a/emulators/nonpareil/files/patch-src_printer.c b/emulators/nonpareil/files/patch-src_printer.c
new file mode 100644
index 000000000000..e0a435bd1d81
--- /dev/null
+++ b/emulators/nonpareil/files/patch-src_printer.c
@@ -0,0 +1,10 @@
+--- src/printer.c.orig 2012-05-09 13:00:47.000000000 +0200
++++ src/printer.c 2012-05-09 13:01:08.000000000 +0200
+@@ -29,6 +29,7 @@
+ #include <gtk/gtk.h>
+
+ #include <png.h>
++#include <zlib.h>
+
+ #include "util.h"
+ #include "display.h"