aboutsummaryrefslogtreecommitdiff
path: root/graphics/pngwriter/Makefile
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/Makefile
parent1f268081137ec59771b1be532284702674a59b74 (diff)
Notes
Diffstat (limited to 'graphics/pngwriter/Makefile')
-rw-r--r--graphics/pngwriter/Makefile5
1 files changed, 3 insertions, 2 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} \