diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 09:23:06 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 09:23:06 +0000 |
commit | fb9e8401e327ad4b59762f4ae307ac44328e1700 (patch) | |
tree | 0c1c9dc8e97f0970f1f37dca4e511f363648006e /time/gcal/Makefile | |
parent | 344962001d007e1242f22e74572c79a56a441216 (diff) | |
download | pkgsrc-fb9e8401e327ad4b59762f4ae307ac44328e1700.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'time/gcal/Makefile')
-rw-r--r-- | time/gcal/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/gcal/Makefile b/time/gcal/Makefile index 95fa5218a73..673238157df 100644 --- a/time/gcal/Makefile +++ b/time/gcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/08/09 11:29:16 seb Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/11 09:23:06 snj Exp $ # DISTNAME= gcal-3.01 @@ -10,11 +10,11 @@ MAINTAINER= atatat@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gcal/gcal.html COMMENT= Gnu version of the standard calendar utility -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes INFO_FILES= gcal.info GNU_CONFIGURE= yes -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |