summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-06-22 19:42:06 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-06-22 19:42:06 +0000
commite8a3b06aefc3d40df8acdb3565e9f645054b56e7 (patch)
tree930bf6921a2ac75cbc02b0432d5d7ca10d6fa1ab /graphics
parent- Update to 2.1.3 (diff)
Remove inclusion of Makefile.kde from all remaining ports not maintained
by kde@ Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=111999
Diffstat (limited to 'graphics')
-rw-r--r--graphics/showimg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/showimg/Makefile b/graphics/showimg/Makefile
index 63b1893cdc67..faf7c5c5c33a 100644
--- a/graphics/showimg/Makefile
+++ b/graphics/showimg/Makefile
@@ -29,7 +29,8 @@ post-extract:
@${TOUCH} ${WRKSRC}/config.h.in
post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \
+ ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.pre.mk>
@@ -38,5 +39,4 @@ LIB_DEPENDS+= digikam:${PORTSDIR}/graphics/digikam
CONFIGURE_ARGS+= --enable-digiKam-plugin
.endif
-.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>