diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /palm/jpilot-picsnvideos/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'palm/jpilot-picsnvideos/Makefile')
-rw-r--r-- | palm/jpilot-picsnvideos/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/palm/jpilot-picsnvideos/Makefile b/palm/jpilot-picsnvideos/Makefile index 5c42d620f471..49b1b4fe9649 100644 --- a/palm/jpilot-picsnvideos/Makefile +++ b/palm/jpilot-picsnvideos/Makefile @@ -14,9 +14,9 @@ COMMENT= JPilot plugin to download photos and videos LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot -BUILD_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot -LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm +RUN_DEPENDS= jpilot:palm/jpilot +BUILD_DEPENDS= jpilot:palm/jpilot +LIB_DEPENDS= libgdbm.so:databases/gdbm GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib |