diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 13:12:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 13:12:45 +0000 |
commit | fa66af3864f2600bf9a99c4c5288c922d8cbcc19 (patch) | |
tree | 77e73c047159cd7a56b41d87a809e58bb00d1676 /time/xbeats | |
parent | d8aa4c22eb1fb994b446d752043592112aa73c9d (diff) | |
download | pkgsrc-fa66af3864f2600bf9a99c4c5288c922d8cbcc19.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'time/xbeats')
-rw-r--r-- | time/xbeats/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/time/xbeats/Makefile b/time/xbeats/Makefile index 8c9e42ab6ef..187eeae5d82 100644 --- a/time/xbeats/Makefile +++ b/time/xbeats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:32:13 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/21 13:12:45 wiz Exp $ # DISTNAME= xbeats-0.4 @@ -9,8 +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_X11= YES -USE_XPM= YES GNU_CONFIGURE= YES +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |