diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-31 00:15:54 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-31 00:15:54 +0800 |
commit | 326d5402a2d27bd16c7f2070279bd1491e37126e (patch) | |
tree | 6619824df00177901d0d52efd684076c303d5b07 /www | |
parent | d3cd7d72460c270f09a98b5d0ad4e46ca8d7e983 (diff) | |
download | freebsd-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/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> |