aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
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 /ftp
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 'ftp')
-rw-r--r--ftp/kasablanca/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/ftp/kasablanca/Makefile b/ftp/kasablanca/Makefile
index dddec0652edb..168bac41f8a6 100644
--- a/ftp/kasablanca/Makefile
+++ b/ftp/kasablanca/Makefile
@@ -24,11 +24,10 @@ post-extract:
@${TOUCH} -t 200404130000 ${WRKSRC}/subdirs
post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
- @${REINPLACE_CMD} -e 's|\(-lssl\)|\1 -lcrypto|' \
+ @${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
+ ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's|\(-lssl\)|\1 -lcrypto ${PTHREAD_LIBS}|' \
${WRKSRC}/src/Makefile.in \
${WRKSRC}/src/kbftp/Makefile.in
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/x11/kde3/Makefile.kde"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>