diff options
Diffstat (limited to 'comms/gnokii/Makefile')
-rw-r--r-- | comms/gnokii/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 676b545b4f61..336566034384 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -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 |