aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-12-09 07:07:48 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-12-09 07:07:48 +0000
commit5ff7c7f986971e35a5f5a8890116337570afa80d (patch)
tree8a090ab6578ec72575db61d58257d55f2a127dd6 /palm
parent29c208b31bd0989da148f2ff278b4e23e5d4d7de (diff)
downloadports-5ff7c7f986971e35a5f5a8890116337570afa80d.tar.gz
ports-5ff7c7f986971e35a5f5a8890116337570afa80d.zip
palm/jpilot: Build with Clang
- Switch to using libgcrypt since J-Pilot does not build with OpenSSL 1.1.1 PR: 232130 Submitted by: ndowens@yahoo.com Approved by: maintainer
Notes
Notes: svn path=/head/; revision=487027
Diffstat (limited to 'palm')
-rw-r--r--palm/jpilot/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile
index b2b8fa732b95..302fef2bec40 100644
--- a/palm/jpilot/Makefile
+++ b/palm/jpilot/Makefile
@@ -5,7 +5,7 @@
PORTNAME= jpilot
PORTVERSION= 1.8.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES+= palm comms
MASTER_SITES= http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ \
http://jpilot.org/
@@ -16,9 +16,9 @@ COMMENT= Desktop Organizer Software for the Palm Pilot
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libpisock.so:palm/pilot-link
+LIB_DEPENDS= libpisock.so:palm/pilot-link \
+ libgcrypt.so:security/libgcrypt
-USE_GCC= any
USES= pkgconfig gmake libtool
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include