diff options
author | steve <steve@FreeBSD.org> | 2001-12-15 22:08:11 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-12-15 22:08:11 +0000 |
commit | 979648010b0af68d9d8248dcb1b3ed854450423e (patch) | |
tree | 17ddb88301ab9f4bc4d0ff569b364797ebd9d225 /palm | |
parent | c73dd6ecb433df8c0422aab6109dfa5881853d36 (diff) | |
download | FreeBSD-ports-979648010b0af68d9d8248dcb1b3ed854450423e.zip FreeBSD-ports-979648010b0af68d9d8248dcb1b3ed854450423e.tar.gz |
Add a LIB_DEPENDS on libintl.1 so the pkg-plist is correct and we get
internationalized text for the resultant binary.
Diffstat (limited to 'palm')
-rw-r--r-- | palm/coldsync/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile index 55483fb..e7d872b 100644 --- a/palm/coldsync/Makefile +++ b/palm/coldsync/Makefile @@ -7,11 +7,13 @@ PORTNAME= coldsync PORTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= palm comms MASTER_SITES= http://www.ooblick.com/software/coldsync/ 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 GNU_CONFIGURE= yes |