aboutsummaryrefslogtreecommitdiff
path: root/net/libosip2
diff options
context:
space:
mode:
authorSoeren Straarup <xride@FreeBSD.org>2006-12-10 12:10:40 +0000
committerSoeren Straarup <xride@FreeBSD.org>2006-12-10 12:10:40 +0000
commit61ae43a1b79b5d8d37133145f735182033f0ec90 (patch)
treea86e8a99a6db559f7efa75f8deee81d160a58e2a /net/libosip2
parent5b96c0a9f5ad61693b6816e017401cdf06c11687 (diff)
downloadports-61ae43a1b79b5d8d37133145f735182033f0ec90.tar.gz
ports-61ae43a1b79b5d8d37133145f735182033f0ec90.zip
Use USE_LDCONFIG
Prepare for net/libosip to be updated to version libosip2-3 This is done not to break ports. Approved by: tmclaugh (mentor)
Notes
Notes: svn path=/head/; revision=179372
Diffstat (limited to 'net/libosip2')
-rw-r--r--net/libosip2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libosip2/Makefile b/net/libosip2/Makefile
index be70f39866b3..ffc5740a87da 100644
--- a/net/libosip2/Makefile
+++ b/net/libosip2/Makefile
@@ -16,10 +16,12 @@ MASTER_SITE_SUBDIR= osip
MAINTAINER= xride@FreeBSD.org
COMMENT= A low layer of SIP implementation
+CONFLICTS= libosip-3*
+
USE_GNOME= gnomehack gnometarget pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-debug --disable-trace
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure