diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-31 15:16:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-31 15:16:39 +0000 |
commit | e7c56b121e8fe70b2a62533ad6510537d6375109 (patch) | |
tree | fd2878740c89aa37739fb2574fdc2f8d4ede6b91 /time/asclock | |
parent | 5a663dd82bd8843a166f19b52bffbe61c25a929f (diff) | |
download | pkgsrc-e7c56b121e8fe70b2a62533ad6510537d6375109.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'time/asclock')
-rw-r--r-- | time/asclock/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/time/asclock/Makefile b/time/asclock/Makefile index b03006feacf..0e24fa2772e 100644 --- a/time/asclock/Makefile +++ b/time/asclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/08/22 17:38:59 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2002/08/31 15:16:39 wiz Exp $ DISTNAME= asclock-classic-1.0 PKGNAME= asclock-1.0 @@ -12,6 +12,7 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL USE_IMAKE= YES USE_X11BASE= YES +USE_BUILDLINK2= YES LANGUAGES= en de pt nl no it sv es hu br fr cs ru uk sl id da @@ -71,5 +72,5 @@ do-install: .endfor @${ECHO} @dirrm share/asclock-classic >> ${PLIST_SRC} -.include "../../graphics/xpm/buildlink.mk" +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |