aboutsummaryrefslogtreecommitdiffstats
path: root/print/kcdlabel
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 /print/kcdlabel
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 'print/kcdlabel')
-rw-r--r--print/kcdlabel/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/print/kcdlabel/Makefile b/print/kcdlabel/Makefile
index 05a8b81bdc5d..156c0eafcc92 100644
--- a/print/kcdlabel/Makefile
+++ b/print/kcdlabel/Makefile
@@ -21,8 +21,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>