diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-22 21:24:41 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-22 21:24:41 +0000 |
commit | 954bc65a723bb730d1fbdba900f403d45a6edde9 (patch) | |
tree | fd1734e430d78ccf6d1505c7c4f403a66773f605 /net/linphone-base/Makefile | |
parent | 6d59990c70507aca152519e7b55018f6ef19614f (diff) | |
download | ports-954bc65a723bb730d1fbdba900f403d45a6edde9.tar.gz ports-954bc65a723bb730d1fbdba900f403d45a6edde9.zip |
Notes
Diffstat (limited to 'net/linphone-base/Makefile')
-rw-r--r-- | net/linphone-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile index 9bfe403808c9..9bf0502e6143 100644 --- a/net/linphone-base/Makefile +++ b/net/linphone-base/Makefile @@ -6,7 +6,7 @@ # PORTNAME= linphone -PORTVERSION= 0.12.0 +PORTVERSION= 0.12.1 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://simon.morlat.free.fr/download/%SUBDIR%/ @@ -26,6 +26,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --enable-platform-gnome-2 --disable-ipv6 +INSTALLS_SHLIB= yes MAN1= linphone.1 linphonec.1 sipomatic.1 |