diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 16:53:13 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 16:53:13 +0000 |
commit | e1873bc7ea98e00bb6531ab9d23d13b3c785d178 (patch) | |
tree | 2bf620dbb4a4e5ecad5748f4db25777e8d4bddcf /time/titrax | |
parent | 4b23c944db5bd8b6dc9a3128a2e37fdf11557ae1 (diff) | |
download | pkgsrc-e1873bc7ea98e00bb6531ab9d23d13b3c785d178.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'time/titrax')
-rw-r--r-- | time/titrax/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/titrax/Makefile b/time/titrax/Makefile index 5a459a47da1..b00bf743db2 100644 --- a/time/titrax/Makefile +++ b/time/titrax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 22:55:06 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/11 16:53:13 snj Exp $ # DISTNAME= titrax-1.98 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.alvestrand.no/domen/titrax/TimeTracker.html COMMENT= Little X11 tool to track project times -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES RESTRICTED= "Do not sell for profit" @@ -24,5 +24,5 @@ post-patch: pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/libexec/titrax -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |