diff options
Diffstat (limited to 'www/gnome-web-photo/Makefile')
-rw-r--r-- | www/gnome-web-photo/Makefile | 2 |
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> |