diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-23 14:56:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-23 14:56:34 +0800 |
commit | 77d163dbad631c6491fd2ef14f9185c5b7f0acca (patch) | |
tree | 148ae8e41586e4f3a648f68c51cf29f7c0ec0b73 /comms | |
parent | a68e2fb72ab2862f83661a440d51957175beca23 (diff) | |
download | freebsd-ports-gnome-77d163dbad631c6491fd2ef14f9185c5b7f0acca.tar.gz freebsd-ports-gnome-77d163dbad631c6491fd2ef14f9185c5b7f0acca.tar.zst freebsd-ports-gnome-77d163dbad631c6491fd2ef14f9185c5b7f0acca.zip |
- Drop 4.X gruft.
PR: 111942
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Approved by: maintainer
Diffstat (limited to 'comms')
-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 |