diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-08-30 02:03:01 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-08-30 02:03:01 +0000 |
commit | cee376a4862b13e0918ccca2685114e125be5c4e (patch) | |
tree | eaa0c5529de4720f0584a6a12b8deb40eb09054c | |
parent | c6e22d59eb0890473cb29f030dd7ae14564aa4e9 (diff) | |
download | FreeBSD-ports-cee376a4862b13e0918ccca2685114e125be5c4e.zip FreeBSD-ports-cee376a4862b13e0918ccca2685114e125be5c4e.tar.gz |
Depend on new Pilot-link
Bump PORTREVISION
PR: 30183
Submitted by: maintainer
-rw-r--r-- | palm/jpilot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index bff6f65..dfb0b96 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -8,13 +8,13 @@ PORTNAME= jpilot PORTVERSION= 0.99 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES+= palm comms MASTER_SITES= http://jpilot.org/ MAINTAINER?= varju@webct.com -LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \ +LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link \ intl.1:${PORTSDIR}/devel/gettext PREFIX= ${LOCALBASE}/pilot |