diff options
author | Steve Price <steve@FreeBSD.org> | 2001-12-15 22:08:11 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-12-15 22:08:11 +0000 |
commit | cb764dbfff14ab968637e9005c0abb4ca2c50fdb (patch) | |
tree | 064a68d0547904ea783f62a36fd9b9769e64144d /palm | |
parent | It seems as though some recompressed the distfiles for this port. While (diff) |
Add a LIB_DEPENDS on libintl.1 so the pkg-plist is correct and we get
internationalized text for the resultant binary.
Notes
Notes:
svn path=/head/; revision=51596
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 55483fbdb20a..e7d872b17701 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 |