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 /multimedia | |
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 'multimedia')
-rw-r--r-- | multimedia/grpplaylist/Makefile | 7 | ||||
-rw-r--r-- | multimedia/ksubeditor/Makefile | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/multimedia/grpplaylist/Makefile b/multimedia/grpplaylist/Makefile index 4ee170bc9738..c7c1da4f7915 100644 --- a/multimedia/grpplaylist/Makefile +++ b/multimedia/grpplaylist/Makefile @@ -22,8 +22,7 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes 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> -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/multimedia/ksubeditor/Makefile b/multimedia/ksubeditor/Makefile index b2549f1161d2..e536d0974871 100644 --- a/multimedia/ksubeditor/Makefile +++ b/multimedia/ksubeditor/Makefile @@ -29,8 +29,7 @@ post-extract: @${TOUCH} ${WRKSRC}/stamp-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> -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |