diff options
author | rillig <rillig> | 2006-06-16 11:42:02 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-16 11:42:02 +0000 |
commit | c971ee285f8cde77f7f8d60d48dd9610a786ac23 (patch) | |
tree | 3dd8dff8aa623f04eeb6770459610d2b160133ee /time | |
parent | 1a9eab7ff68b8bd56398bcbe4c1a63fa74847382 (diff) | |
download | pkgsrc-c971ee285f8cde77f7f8d60d48dd9610a786ac23.tar.gz |
Fixed Perl interpreter. Bumped PKGREVISION.
Diffstat (limited to 'time')
-rw-r--r-- | time/gcal/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/time/gcal/Makefile b/time/gcal/Makefile index 0a84789d5d1..7e4a73a257c 100644 --- a/time/gcal/Makefile +++ b/time/gcal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2006/06/07 02:17:32 grant Exp $ +# $NetBSD: Makefile,v 1.16 2006/06/16 11:42:02 rillig Exp $ # DISTNAME= gcal-3.01 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= time MASTER_SITES= ${MASTER_SITE_GNU:=gcal/} @@ -17,5 +17,8 @@ GNU_CONFIGURE= yes USE_TOOLS+= msgfmt BROKEN_GETTEXT_DETECTION= yes +REPLACE_PERL+= misc/gcalltx/gcalltxp.in +USE_TOOLS+= perl:run + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |