aboutsummaryrefslogtreecommitdiff
path: root/graphics/png2html
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-07-11 18:16:14 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-07-11 18:16:14 +0000
commit99a390f50bab457f60aec3050c18c4b5c5fb7023 (patch)
treefb6e1d6bcf31a0efb7675597b7fa4f423710c0bb /graphics/png2html
parent31f779fa09467bfcb2c12e2ad95525a75e526bc8 (diff)
downloadports-99a390f50bab457f60aec3050c18c4b5c5fb7023.tar.gz
ports-99a390f50bab457f60aec3050c18c4b5c5fb7023.zip
Notes
Diffstat (limited to 'graphics/png2html')
-rw-r--r--graphics/png2html/Makefile4
-rw-r--r--graphics/png2html/files/patch-aa2
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/png2html/Makefile b/graphics/png2html/Makefile
index 9498dbf58ca7..7462e557b3ed 100644
--- a/graphics/png2html/Makefile
+++ b/graphics/png2html/Makefile
@@ -7,7 +7,7 @@
PORTNAME= png2html
PORTVERSION= 1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.engr.mun.ca/~holden/
@@ -15,7 +15,7 @@ MAINTAINER= jedgar@fxp.org
COMMENT= Takes a PNG image and transforms it into HTML
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
- gd.2:${PORTSDIR}/graphics/gd
+ gd.4:${PORTSDIR}/graphics/gd2
do-configure:
@${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig
diff --git a/graphics/png2html/files/patch-aa b/graphics/png2html/files/patch-aa
index 4d629da165a6..67a23d241226 100644
--- a/graphics/png2html/files/patch-aa
+++ b/graphics/png2html/files/patch-aa
@@ -6,7 +6,7 @@
-CC = gcc
-CFLAGS = -O2 -Wall -lpng -lgd
+CC ?= gcc
-+INCLUDES= -ICHANGE_ME/include/gd
++INCLUDES= -ICHANGE_ME/include
+LDFLAGS = -LCHANGE_ME/lib
+LIBS = -lpng -lgd