diff options
author | markus <markus@FreeBSD.org> | 2004-06-05 22:50:07 +0000 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-06-05 22:50:07 +0000 |
commit | d0b89b1b15337754273a04ae1104bdb04062e32b (patch) | |
tree | ead7ae97739340c9ce4f5af009493aabbd4ada54 /deskutils | |
parent | 5902f9fe53bdd91f0caa1573d487a1a09118c3ba (diff) | |
download | FreeBSD-ports-d0b89b1b15337754273a04ae1104bdb04062e32b.zip FreeBSD-ports-d0b89b1b15337754273a04ae1104bdb04062e32b.tar.gz |
Don't use Makefile.kde anymore
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/basket/Makefile | 7 | ||||
-rw-r--r-- | deskutils/dragstack/Makefile | 9 |
2 files changed, 6 insertions, 10 deletions
diff --git a/deskutils/basket/Makefile b/deskutils/basket/Makefile index 19ec248..eecbcbe 100644 --- a/deskutils/basket/Makefile +++ b/deskutils/basket/Makefile @@ -19,8 +19,7 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes post-patch: - @${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's/-O2//g; 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/deskutils/dragstack/Makefile b/deskutils/dragstack/Makefile index b867210..18d2fc9 100644 --- a/deskutils/dragstack/Makefile +++ b/deskutils/dragstack/Makefile @@ -19,14 +19,11 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} - post-extract: @${TOUCH} ${WRKSRC}/config.h.in post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|-O2||g; 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> |