diff options
Diffstat (limited to 'x11/xcursorgen')
-rw-r--r-- | x11/xcursorgen/Makefile | 4 |
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> |