aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/kalbum/Makefile
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2004-06-06 09:35:04 +0800
committermarkus <markus@FreeBSD.org>2004-06-06 09:35:04 +0800
commitd03a0f0ac62458ed6dd36d199264200f38d03a74 (patch)
tree7e9ce77323e33b03805c2871d6b2c224da6c1003 /graphics/kalbum/Makefile
parent324152bf045ea467662982872621f9fe5f699bdd (diff)
downloadfreebsd-ports-gnome-d03a0f0ac62458ed6dd36d199264200f38d03a74.tar.gz
freebsd-ports-gnome-d03a0f0ac62458ed6dd36d199264200f38d03a74.tar.zst
freebsd-ports-gnome-d03a0f0ac62458ed6dd36d199264200f38d03a74.zip
Don't use Makefile.kde anymore
Diffstat (limited to 'graphics/kalbum/Makefile')
-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>