Add a LIB_DEPENDS on libintl.1 so the pkg-plist is correct and we get

internationalized text for the resultant binary.
This commit is contained in:
Steve Price 2001-12-15 22:08:11 +00:00
parent e2b5c41f4d
commit cb764dbfff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51596

View file

@ -7,11 +7,13 @@
PORTNAME= coldsync PORTNAME= coldsync
PORTVERSION= 2.1.3 PORTVERSION= 2.1.3
PORTREVISION= 1
CATEGORIES= palm comms CATEGORIES= palm comms
MASTER_SITES= http://www.ooblick.com/software/coldsync/ MASTER_SITES= http://www.ooblick.com/software/coldsync/
MAINTAINER= arensb+freebsd-ports@ooblick.com MAINTAINER= arensb+freebsd-ports@ooblick.com
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Palm/PDB.pm:${PORTSDIR}/palm/p5-Palm RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Palm/PDB.pm:${PORTSDIR}/palm/p5-Palm
GNU_CONFIGURE= yes GNU_CONFIGURE= yes