diff options
author | Soeren Straarup <xride@FreeBSD.org> | 2006-12-10 12:10:40 +0000 |
---|---|---|
committer | Soeren Straarup <xride@FreeBSD.org> | 2006-12-10 12:10:40 +0000 |
commit | 61ae43a1b79b5d8d37133145f735182033f0ec90 (patch) | |
tree | a86e8a99a6db559f7efa75f8deee81d160a58e2a | |
parent | Update audio/xmms-uade to 2.03 (diff) |
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
-rw-r--r-- | net/libosip2/Makefile | 4 |
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 |