diff options
author | lofi <lofi@FreeBSD.org> | 2004-06-23 03:42:06 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-06-23 03:42:06 +0800 |
commit | c11712bb477a4a0a2f73720e60ae6bc59207c9e5 (patch) | |
tree | 3dddfbf92ebf32772b429c55b8fb695200b9a0f1 /graphics/showimg | |
parent | 840401d0d2f82c8156e029e6ec55aadcd192f32c (diff) | |
download | freebsd-ports-gnome-c11712bb477a4a0a2f73720e60ae6bc59207c9e5.tar.gz freebsd-ports-gnome-c11712bb477a4a0a2f73720e60ae6bc59207c9e5.tar.zst freebsd-ports-gnome-c11712bb477a4a0a2f73720e60ae6bc59207c9e5.zip |
Remove inclusion of Makefile.kde from all remaining ports not maintained
by kde@
Approved by: maintainer timeout
Diffstat (limited to 'graphics/showimg')
-rw-r--r-- | graphics/showimg/Makefile | 4 |
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> |