diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-12 12:53:23 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-12 12:53:23 +0000 |
commit | 75629ba61351dc6d045a65f57ffc9e3301db56b2 (patch) | |
tree | 0c9cff0402ee081ca5fb6340fca50fb4da58a873 /graphics/pngwriter/Makefile | |
parent | 1f268081137ec59771b1be532284702674a59b74 (diff) |
Notes
Diffstat (limited to 'graphics/pngwriter/Makefile')
-rw-r--r-- | graphics/pngwriter/Makefile | 5 |
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} \ |