aboutsummaryrefslogtreecommitdiff
path: root/net/libosip2/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-10-25 23:58:28 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-10-25 23:58:28 +0000
commit32b1e285ef5a0cc583d8055f3e9a37cb0d750fd0 (patch)
treead6ee0cf8dbbef977a8f42d6ceacdf44d40bae84 /net/libosip2/Makefile
parentf839adbdee14036225c59316f24b12be386a9a8c (diff)
downloadports-32b1e285ef5a0cc583d8055f3e9a37cb0d750fd0.tar.gz
ports-32b1e285ef5a0cc583d8055f3e9a37cb0d750fd0.zip
Improve libtool handling of library names.
PR: 44117 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=68836
Diffstat (limited to 'net/libosip2/Makefile')
-rw-r--r--net/libosip2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/libosip2/Makefile b/net/libosip2/Makefile
index 0bb49f816236..81ccf23720a5 100644
--- a/net/libosip2/Makefile
+++ b/net/libosip2/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libosip
PORTVERSION= 0.8.9
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= osip
@@ -15,9 +16,9 @@ MASTER_SITE_SUBDIR= osip
MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+LIBTOOLFLAGS= --disable-ltlibs --release-ignore
INSTALLS_SHLIB= yes
-PLIST_SUB= PORTVERSION=${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure