diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-23 06:56:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-23 06:56:34 +0000 |
commit | 39f5eecbaa4641718d3662ee7c80753495d9128f (patch) | |
tree | 3888eb39958784d99ac12183c9479d9213e18cbf /comms/gnokii | |
parent | 064d110189b33f6a36f3773c867959bd54793e8b (diff) | |
download | ports-39f5eecbaa4641718d3662ee7c80753495d9128f.tar.gz ports-39f5eecbaa4641718d3662ee7c80753495d9128f.zip |
Notes
Diffstat (limited to 'comms/gnokii')
-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 |