- Drop 4.X gruft.
PR: 111942 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Approved by: maintainer
This commit is contained in:
parent
064d110189
commit
39f5eecbaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190691
@ -18,7 +18,7 @@ COMMENT= Tools to talk to GSM cellular phones
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_BZIP2= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} --enable-security \
|
||||
--with-xgnokiidir=${PREFIX}/share
|
||||
@ -42,10 +42,6 @@ WANT_GNOME= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not compile on FreeBSD 4.x
|
||||
.endif
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libical.so.0)
|
||||
WITH_ICAL= yes
|
||||
.endif
|
||||
@ -54,10 +50,6 @@ WITH_ICAL= yes
|
||||
LIB_DEPENDS+= ical.0:${PORTSDIR}/devel/libical
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal
|
||||
.endif
|
||||
|
||||
# If smsd is enabled check if MySQL or PostgreSQL are installed and
|
||||
# build the modules, no switches to make this port build those, if
|
||||
# you want them, just install them before this port. The port will
|
||||
|
Loading…
Reference in New Issue
Block a user