diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-09 07:07:48 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-12-09 07:07:48 +0000 |
commit | 5ff7c7f986971e35a5f5a8890116337570afa80d (patch) | |
tree | 8a090ab6578ec72575db61d58257d55f2a127dd6 /palm/jpilot/Makefile | |
parent | 29c208b31bd0989da148f2ff278b4e23e5d4d7de (diff) | |
download | ports-5ff7c7f986971e35a5f5a8890116337570afa80d.tar.gz ports-5ff7c7f986971e35a5f5a8890116337570afa80d.zip |
Notes
Diffstat (limited to 'palm/jpilot/Makefile')
-rw-r--r-- | palm/jpilot/Makefile | 6 |
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 |