Update to version 0.4.8

PR:		ports/72529
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-10-12 12:53:23 +00:00
parent 1f26808113
commit 75629ba613
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119000
2 changed files with 5 additions and 4 deletions

View File

@ -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} \

View File

@ -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