aboutsummaryrefslogtreecommitdiff
path: root/graphics/freeimage
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/freeimage')
-rw-r--r--graphics/freeimage/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/freeimage/Makefile b/graphics/freeimage/Makefile
index 46f1c0fddf0f..012ca0a4c0d5 100644
--- a/graphics/freeimage/Makefile
+++ b/graphics/freeimage/Makefile
@@ -3,7 +3,7 @@
PORTNAME= freeimage
PORTVERSION= 3.15.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/Source%20Distribution/${PORTVERSION}
DISTNAME= FreeImage${PORTVERSION:S/.//g}
@@ -45,7 +45,7 @@ post-build:
post-install:
cd ${WRKSRC} && ${GMAKE} -f Makefile.fip ${INSTALL_TARGET}
- ${LN} -s libfreeimageplus-${PORTVERSION} ${PREFIX}/lib/libfreeimageplus.so.3
- ${LN} -s libfreeimageplus-${PORTVERSION} ${PREFIX}/lib/libfreeimageplus.so
+ ${LN} -s libfreeimageplus-${PORTVERSION}.so.3 ${PREFIX}/lib/libfreeimageplus.so
+ ${LN} -s libfreeimageplus-${PORTVERSION}.so ${PREFIX}/lib/libfreeimageplus.so.3
.include <bsd.port.post.mk>