diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-24 06:35:57 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-24 06:35:57 +0000 |
commit | a9162df1c12c18a8d52b537d7dcf54932019a5c5 (patch) | |
tree | c9a1c153ddcf2d77b1c000cd486a31eb7802b251 /deskutils/kdepim4 | |
parent | c6723a8a1a0ae21ab15948cca8c939a6a95c92e9 (diff) | |
download | ports-a9162df1c12c18a8d52b537d7dcf54932019a5c5.tar.gz ports-a9162df1c12c18a8d52b537d7dcf54932019a5c5.zip |
Notes
Diffstat (limited to 'deskutils/kdepim4')
-rw-r--r-- | deskutils/kdepim4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile index 1dedf349f750..8d1f5b2007cd 100644 --- a/deskutils/kdepim4/Makefile +++ b/deskutils/kdepim4/Makefile @@ -15,8 +15,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Personal Information Management tools for KDE -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ - gpgsm:${PORTSDIR}/security/gnupg-devel LIB_DEPENDS= mal:${PORTSDIR}/palm/libmal \ pisock:${PORTSDIR}/palm/pilot-link @@ -33,6 +31,8 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 +CONFIGURE_ARGS= --with-gpg=${LOCALBASE}/bin/gpg \ + --with-gpgsm=${LOCALBASE}/bin/gpgsm OPTIONS= GNOKII "KAdressbook import/export for Nokia phones" off |