diff options
author | rillig <rillig> | 2006-06-16 11:42:02 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-16 11:42:02 +0000 |
commit | e89758a1590b4bab4d4860f2851e89e22c39a7b8 (patch) | |
tree | 3dd8dff8aa623f04eeb6770459610d2b160133ee /time/gcal | |
parent | 67ba0920fd5f6fb6d039241cbebbabaeee517222 (diff) | |
download | pkgsrc-e89758a1590b4bab4d4860f2851e89e22c39a7b8.tar.gz |
Fixed Perl interpreter. Bumped PKGREVISION.
Diffstat (limited to 'time/gcal')
-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" |