summaryrefslogtreecommitdiff
path: root/comms/jpilot/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-12-15 16:00:23 +0000
committerjlam <jlam>2004-12-15 16:00:23 +0000
commit23b36e6b74ccbb9da0f0fd9fc60978c8981527f0 (patch)
tree051d0fbca14ce72154a2a2594d79db81e3c68198 /comms/jpilot/Makefile
parent3477310de9c6a697b1a581a9fdcdafa2911cc7fb (diff)
downloadpkgsrc-23b36e6b74ccbb9da0f0fd9fc60978c8981527f0.tar.gz
JPilot's KeyRing plugin requires OpenSSL, so add the dependency by
including openssl/buildlink3.mk. While we're here, also convert to set USE_OLD_DES_API=yes and remove patch-ab, which was a workaround for the OpenSSL DES problem. Bump the PKGREVISION due to the dependency change.
Diffstat (limited to 'comms/jpilot/Makefile')
-rw-r--r--comms/jpilot/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile
index b04ee685514..88fa24bb094 100644
--- a/comms/jpilot/Makefile
+++ b/comms/jpilot/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2004/10/03 00:13:16 tv Exp $
+# $NetBSD: Makefile,v 1.43 2004/12/15 16:00:23 jlam Exp $
#
DISTNAME= jpilot-0.99.5
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= comms
MASTER_SITES= http://jpilot.org/
@@ -19,6 +19,7 @@ USE_DIRS+= gnome1-1.0
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_X11= YES
+USE_OLD_DES_API= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}"
@@ -56,6 +57,7 @@ post-install:
.include "../../comms/pilot-link-libs/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"