aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-03-28 12:34:56 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-03-28 12:34:56 +0000
commitfb015405b3f4185b0bffd32457b246a23658a076 (patch)
treefecbf1372123a16f3b0b826fb78a23dcbbdec397 /x11
parent0de078f40ba0301ee4f035c7f2313bcb004a8ca8 (diff)
downloadports-fb015405b3f4185b0bffd32457b246a23658a076.tar.gz
ports-fb015405b3f4185b0bffd32457b246a23658a076.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/xcursorgen/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile
index 27c9bfe3680a..8edee29df014 100644
--- a/x11/xcursorgen/Makefile
+++ b/x11/xcursorgen/Makefile
@@ -22,4 +22,8 @@ PLIST_FILES= bin/xcursorgen
MAN1= xcursorgen.1
+post-patch:
+ ${REINPLACE_CMD} -e 's|libpng12|libpng14|g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>