aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libopendaap
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-07-28 20:32:53 +0800
committerpav <pav@FreeBSD.org>2004-07-28 20:32:53 +0800
commit18347613a6eacf950bc7be4a1e6b2dd4af55ed81 (patch)
treebc92f964f60c30b0e303c1b7fb5c1abf00e8912b /devel/libopendaap
parent89014676eefe134c05a0ce2ce30d8184f368470d (diff)
downloadfreebsd-ports-gnome-18347613a6eacf950bc7be4a1e6b2dd4af55ed81.tar.gz
freebsd-ports-gnome-18347613a6eacf950bc7be4a1e6b2dd4af55ed81.tar.zst
freebsd-ports-gnome-18347613a6eacf950bc7be4a1e6b2dd4af55ed81.zip
- Fix threading info in pkg-config metafile
PR: ports/69691 Submitted by: Michael Johnson <ahze@ahze.net> (maintainer)
Diffstat (limited to 'devel/libopendaap')
-rw-r--r--devel/libopendaap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libopendaap/Makefile b/devel/libopendaap/Makefile
index 93c5d0a01c3d..bbaf4fc69538 100644
--- a/devel/libopendaap/Makefile
+++ b/devel/libopendaap/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libopendaap
PORTVERSION= 0.2.1
+PORTREVISION= 1
CATEGORIES= devel net
MASTER_SITES= http://crazney.net/programs/itunes/files/
@@ -31,6 +32,7 @@ pre-configure:
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
${WRKSRC}/Makefile.am \
- ${WRKSRC}/Makefile.in
+ ${WRKSRC}/Makefile.in \
+ ${WRKSRC}/opendaap.pc.in
.include <bsd.port.mk>