diff options
author | snj <snj> | 2004-04-11 09:13:00 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-11 09:13:00 +0000 |
commit | 0ce3f5e0b20275ffe9326f0f651f3b5c2c1f3ff0 (patch) | |
tree | 5ccf7beadc18b5fb642bfc24f45551cb85d4d79e /time/xbeats | |
parent | f0df0437df1346137356b073ef868c28a66b3a2b (diff) | |
download | pkgsrc-0ce3f5e0b20275ffe9326f0f651f3b5c2c1f3ff0.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'time/xbeats')
-rw-r--r-- | time/xbeats/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/xbeats/Makefile b/time/xbeats/Makefile index 2b50a7b389c..aa897331dea 100644 --- a/time/xbeats/Makefile +++ b/time/xbeats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 22:55:07 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/11 09:21:31 snj Exp $ # DISTNAME= xbeats-0.4 @@ -9,9 +9,9 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://iznogood.bohemians.org/ COMMENT= Beats clock dockable in both Window Maker and AfterStep -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |