aboutsummaryrefslogtreecommitdiff
path: root/graphics/freeimage
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2009-07-02 06:39:02 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2009-07-02 06:39:02 +0000
commitb78286130c9006644cf6c36ebc0333fdbf483f7b (patch)
tree1ff77c28f78e6d312e9d6527eee13a39b143cf57 /graphics/freeimage
parent41016ba1902883f30d334ccef088cea0f135cd51 (diff)
downloadports-b78286130c9006644cf6c36ebc0333fdbf483f7b.tar.gz
ports-b78286130c9006644cf6c36ebc0333fdbf483f7b.zip
- Fix PLIST
Reported by: QA Tindie
Notes
Notes: svn path=/head/; revision=236893
Diffstat (limited to 'graphics/freeimage')
-rw-r--r--graphics/freeimage/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/freeimage/Makefile b/graphics/freeimage/Makefile
index d517c6a70b3b..adb925600c0b 100644
--- a/graphics/freeimage/Makefile
+++ b/graphics/freeimage/Makefile
@@ -29,7 +29,8 @@ CFLAGS+= -fPIC
PLIST_FILES= include/FreeImage.h \
lib/libfreeimage.a \
- lib/libfreeimage-3.12.0.so
+ lib/libfreeimage-3.12.0.so \
+ lib/libfreeimage.so.3
post-patch:
${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g'