diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
commit | 91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b (patch) | |
tree | 5a84519a47dd0ca85026cca0580e0af1fec9941b /palm | |
parent | 7872193353659a903b44de624356cfc13a05687e (diff) | |
download | FreeBSD-ports-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.zip FreeBSD-ports-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.tar.gz |
Now gettext 0.12.1 is gettext-old.
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 b05778fe..2660af0 100644 --- a/palm/coldsync/Makefile +++ b/palm/coldsync/Makefile @@ -14,7 +14,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.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old USE_REINPLACE= yes REINPLACE_ARGS= -i "" -E diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index 9cd9697..bf4e7928 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -16,7 +16,7 @@ MAINTAINER?= varju@webct.com COMMENT= Desktop Organizer Software for the Palm Pilot LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link \ - intl.5:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext-old CONFIGURE_ARGS+= --with-pilot-prefix=${PREFIX} .if defined(WITH_GTK2) |