diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
commit | b2a96c6df1c8809216eced623ec37a8372b3216e (patch) | |
tree | 0c994bc87e8a2f221a7e2be76b9aafc16eab32bb /net/linphone-base/Makefile | |
parent | 87b685f5d4325ba771e96b0ef49c71f903fb3ae0 (diff) | |
download | ports-b2a96c6df1c8809216eced623ec37a8372b3216e.tar.gz ports-b2a96c6df1c8809216eced623ec37a8372b3216e.zip |
Notes
Diffstat (limited to 'net/linphone-base/Makefile')
-rw-r--r-- | net/linphone-base/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile index c05c9a6402e0..b8e85590d874 100644 --- a/net/linphone-base/Makefile +++ b/net/linphone-base/Makefile @@ -37,10 +37,6 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600000 -LIB_DEPENDS+= readline.[5-9]:${PORTSDIR}/devel/readline -.endif - .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " |