aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2004-06-06 10:37:40 +0800
committermarkus <markus@FreeBSD.org>2004-06-06 10:37:40 +0800
commit037b29c1a6884962c4ba51775be900d412dbff49 (patch)
tree147c083bc1d4693c85bd86a3d6fb22f4a0c517f8 /deskutils
parentba29521a0df43400554300fc2a2587123e77f449 (diff)
downloadfreebsd-ports-gnome-037b29c1a6884962c4ba51775be900d412dbff49.tar.gz
freebsd-ports-gnome-037b29c1a6884962c4ba51775be900d412dbff49.tar.zst
freebsd-ports-gnome-037b29c1a6884962c4ba51775be900d412dbff49.zip
Don't use Makefile.kde anymore
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/kickpim/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/kickpim/Makefile b/deskutils/kickpim/Makefile
index e50a32de2e19..78a9e37339a8 100644
--- a/deskutils/kickpim/Makefile
+++ b/deskutils/kickpim/Makefile
@@ -19,13 +19,13 @@ USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
+CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
post-extract:
@${TOUCH} ${WRKSRC}/config.h.in
post-patch:
- @${REINPLACE_CMD} -e 's|-O2|-fPIC|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's|-O2|-fPIC|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>