aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-03-31 00:15:54 +0800
committerDirk Meyer <dinoex@FreeBSD.org>2010-03-31 00:15:54 +0800
commit326d5402a2d27bd16c7f2070279bd1491e37126e (patch)
tree6619824df00177901d0d52efd684076c303d5b07 /www
parentd3cd7d72460c270f09a98b5d0ad4e46ca8d7e983 (diff)
downloadfreebsd-ports-gnome-326d5402a2d27bd16c7f2070279bd1491e37126e.tar.gz
freebsd-ports-gnome-326d5402a2d27bd16c7f2070279bd1491e37126e.tar.zst
freebsd-ports-gnome-326d5402a2d27bd16c7f2070279bd1491e37126e.zip
- fix build for png-1.4.1
Diffstat (limited to 'www')
-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>