aboutsummaryrefslogtreecommitdiff
path: root/www/gnome-web-photo
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-03-30 16:15:54 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-03-30 16:15:54 +0000
commit326d5402a2d27bd16c7f2070279bd1491e37126e (patch)
tree6619824df00177901d0d52efd684076c303d5b07 /www/gnome-web-photo
parentd3cd7d72460c270f09a98b5d0ad4e46ca8d7e983 (diff)
downloadports-326d5402a2d27bd16c7f2070279bd1491e37126e.tar.gz
ports-326d5402a2d27bd16c7f2070279bd1491e37126e.zip
- fix build for png-1.4.1
Notes
Notes: svn path=/head/; revision=251840
Diffstat (limited to 'www/gnome-web-photo')
-rw-r--r--www/gnome-web-photo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gnome-web-photo/Makefile b/www/gnome-web-photo/Makefile
index 9ae32596e72d..453bd917e1f3 100644
--- a/www/gnome-web-photo/Makefile
+++ b/www/gnome-web-photo/Makefile
@@ -27,6 +27,6 @@ GCONF_SCHEMAS= thumbnailer.schemas
.include <bsd.port.pre.mk>
post-patch:
- @${REINPLACE_CMD} -e 's|libpng|libpng12|' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|libpng|libpng14|' ${WRKSRC}/configure
.include <bsd.port.post.mk>