diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
commit | adccc29aad24aa2caee0df9724a127f6b5f5f113 (patch) | |
tree | d64c901bd45aee3f6673aedc99d00e9166668c43 /palm | |
parent | a8ed54fcae54603575c22ca70ee23d80c12d819f (diff) | |
download | ports-adccc29aad24aa2caee0df9724a127f6b5f5f113.tar.gz ports-adccc29aad24aa2caee0df9724a127f6b5f5f113.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/coldsync/Makefile | 2 | ||||
-rw-r--r-- | palm/jpilot/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile index c70b48865d5d..99fc1572f5af 100644 --- a/palm/coldsync/Makefile +++ b/palm/coldsync/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.coldsync.org/download/ MAINTAINER= arensb+freebsd-ports@ooblick.com COMMENT= Synchronize a PalmPilot with a Unix workstation -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_REINPLACE= yes REINPLACE_ARGS= -i "" -E diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index 634cb1d88bd3..b7187c8fdfbd 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -15,7 +15,7 @@ MAINTAINER?= varju@webct.com COMMENT?= Desktop Organizer Software for the Palm Pilot LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link \ - intl.4:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext USE_GNOME= gtk12 USE_LIBTOOL= yes |