aboutsummaryrefslogtreecommitdiff
path: root/graphics/kalbum
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-06-06 01:35:04 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-06-06 01:35:04 +0000
commit35ac76329d37b064e7ab9093d8fe6e56eaab7d56 (patch)
treec131e0bbd6f28ee7117941d6c50293046c907f48 /graphics/kalbum
parent1812ad0a8e8a3c77a8ed76d7b7c8c7bb9d96044c (diff)
downloadports-35ac76329d37b064e7ab9093d8fe6e56eaab7d56.tar.gz
ports-35ac76329d37b064e7ab9093d8fe6e56eaab7d56.zip
Notes
Diffstat (limited to 'graphics/kalbum')
-rw-r--r--graphics/kalbum/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/kalbum/Makefile b/graphics/kalbum/Makefile
index e33670dbc23f..a66c5cfc14c1 100644
--- a/graphics/kalbum/Makefile
+++ b/graphics/kalbum/Makefile
@@ -20,8 +20,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>