diff options
author | lofi <lofi@FreeBSD.org> | 2007-03-14 03:13:51 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-03-14 03:13:51 +0800 |
commit | 87432be6bd25eb3480437ba60a5215c0dd638df1 (patch) | |
tree | ab7de9e071d3f9ea98b89e91c1837df514575248 /deskutils/kdepim44/Makefile | |
parent | f2070767435cacee5050d2f4e654719a24f5a4fd (diff) | |
download | freebsd-ports-graphics-87432be6bd25eb3480437ba60a5215c0dd638df1.tar.gz freebsd-ports-graphics-87432be6bd25eb3480437ba60a5215c0dd638df1.tar.zst freebsd-ports-graphics-87432be6bd25eb3480437ba60a5215c0dd638df1.zip |
Update to KDE 3.5.6 / KOffice 1.6.2
Diffstat (limited to 'deskutils/kdepim44/Makefile')
-rw-r--r-- | deskutils/kdepim44/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/kdepim44/Makefile b/deskutils/kdepim44/Makefile index ae9edf47043..4a32a751027 100644 --- a/deskutils/kdepim44/Makefile +++ b/deskutils/kdepim44/Makefile @@ -7,7 +7,6 @@ PORTNAME= kdepim PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils mail news palm kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -17,7 +16,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Personal Information Management tools for KDE LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ - mal:${PORTSDIR}/palm/libmal \ pisock:${PORTSDIR}/palm/pilot-link \ sasl2:${PORTSDIR}/security/cyrus-sasl2 @@ -32,7 +30,7 @@ USE_OPENSSL= yes USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 CONFIGURE_ARGS= --with-gpg=${LOCALBASE}/bin/gpg \ --with-gpgsm=${LOCALBASE}/bin/gpgsm \ |