summaryrefslogtreecommitdiffstats
path: root/ftp/kasablanca
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2004-06-06 01:35:04 +0000
committermarkus <markus@FreeBSD.org>2004-06-06 01:35:04 +0000
commitd03a0f0ac62458ed6dd36d199264200f38d03a74 (patch)
tree7e9ce77323e33b03805c2871d6b2c224da6c1003 /ftp/kasablanca
parent324152bf045ea467662982872621f9fe5f699bdd (diff)
downloadFreeBSD-ports-d03a0f0ac62458ed6dd36d199264200f38d03a74.zip
FreeBSD-ports-d03a0f0ac62458ed6dd36d199264200f38d03a74.tar.gz
Don't use Makefile.kde anymore
Diffstat (limited to 'ftp/kasablanca')
-rw-r--r--ftp/kasablanca/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/ftp/kasablanca/Makefile b/ftp/kasablanca/Makefile
index dddec06..168bac4 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>
OpenPOWER on IntegriCloud