diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 16:35:43 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 16:35:43 +0000 |
commit | c48a6be67f596624f902530b69dbdc26807e33cc (patch) | |
tree | 7ec75deebd2c5d0cc1454b9ebbdea28048b2dd0c /time/asclock | |
parent | c0d9b492847e28b314a9654182bee153d3c57d1d (diff) | |
download | pkgsrc-c48a6be67f596624f902530b69dbdc26807e33cc.tar.gz |
Convert to buildlink3 and remove superfluous USE_X11BASE.
Diffstat (limited to 'time/asclock')
-rw-r--r-- | time/asclock/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/time/asclock/Makefile b/time/asclock/Makefile index 2201e97456b..9d39be5b930 100644 --- a/time/asclock/Makefile +++ b/time/asclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/02/04 05:16:33 reed Exp $ +# $NetBSD: Makefile,v 1.16 2004/04/11 16:35:43 snj Exp $ DISTNAME= asclock-classic-1.0 PKGNAME= asclock-1.0 @@ -12,8 +12,7 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL WRKSRC= ${WRKDIR}/asclock1.0 USE_IMAKE= YES -USE_X11BASE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES LANGUAGES= en de pt nl no it sv es hu br fr cs ru uk sl id da @@ -72,5 +71,5 @@ do-install: .endfor @${ECHO} @dirrm share/asclock-classic >> ${PLIST_SRC} -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |