summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-14 15:13:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-14 15:13:06 +0000
commit511ff341de44ea9201311390794b49e121dd800d (patch)
tree4eab4287856a13155a74e62a56f2b7fab3e64591 /net
parentUpdate to 2.0.1 (diff)
- Fix runtime (linking both ${PTHREAD_LIBS} and linux threads is not healthy)
PR: ports/66609 Submitted by: Shuichi KITAGUCHI <kit@ysnb.net>
Notes
Notes: svn path=/head/; revision=109136
Diffstat (limited to 'net')
-rw-r--r--net/partysip/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/partysip/Makefile b/net/partysip/Makefile
index c5bf26934821..75d40e767234 100644
--- a/net/partysip/Makefile
+++ b/net/partysip/Makefile
@@ -15,15 +15,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= An implementation of a SIP proxy server
-BUILD_DEPENDS= pthread-config:${PORTSDIR}/devel/pth
LIB_DEPENDS= osip2.2:${PORTSDIR}/net/libosip2 \
gdbm.3:${PORTSDIR}/databases/gdbm
-RUN_DEPENDS= pthread-config:${PORTSDIR}/devel/pth
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-CONFIGURE_ARGS= --enable-pth=yes --with-db=gdbm
+CONFIGURE_ARGS= --with-db=gdbm
INSTALLS_SHLIB= yes
.include <bsd.port.mk>