diff options
author | wiz <wiz> | 2002-10-21 13:12:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-21 13:12:45 +0000 |
commit | 39932c66ab01b6e84b083b0fe053b3da9dd54ace (patch) | |
tree | 77e73c047159cd7a56b41d87a809e58bb00d1676 /time | |
parent | 13d30681fd98a2e7e60e954b16f954d2780b287b (diff) | |
download | pkgsrc-39932c66ab01b6e84b083b0fe053b3da9dd54ace.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'time')
-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" |