summaryrefslogtreecommitdiff
path: root/graphics/pngwriter
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-10-12 12:53:23 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-10-12 12:53:23 +0000
commit75629ba61351dc6d045a65f57ffc9e3301db56b2 (patch)
tree0c9cff0402ee081ca5fb6340fca50fb4da58a873 /graphics/pngwriter
parentUpdate to version 1.4.2 (diff)
Update to version 0.4.8
PR: ports/72529 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=119000
Diffstat (limited to 'graphics/pngwriter')
-rw-r--r--graphics/pngwriter/Makefile5
-rw-r--r--graphics/pngwriter/distinfo4
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/pngwriter/Makefile b/graphics/pngwriter/Makefile
index be5707120c7e..381bf0be1fcc 100644
--- a/graphics/pngwriter/Makefile
+++ b/graphics/pngwriter/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= pngwriter
-PORTVERSION= 0.4.4
+PORTVERSION= 0.4.8
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,7 +21,8 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/src
-CXXFLAGS+= `freetype-config --cflags` -I${LOCALBASE}/include/libpng
+USE_GNOME= pkgconfig
+CXXFLAGS+= `pkg-config --cflags freetype2 libpng12` -I${LOCALBASE}/include
do-build:
cd ${BUILD_WRKSRC} \
diff --git a/graphics/pngwriter/distinfo b/graphics/pngwriter/distinfo
index a700f871cbf6..f2b20ec6ba9c 100644
--- a/graphics/pngwriter/distinfo
+++ b/graphics/pngwriter/distinfo
@@ -1,2 +1,2 @@
-MD5 (pngwriter-0.4.4.tgz) = 530ee0fcf3a8c7d35c8788a8fd7121fe
-SIZE (pngwriter-0.4.4.tgz) = 600759
+MD5 (pngwriter-0.4.8.tgz) = ab38603973f3b2a36dbb1660d31216b1
+SIZE (pngwriter-0.4.8.tgz) = 650237