diff options
author | snj <snj> | 2004-04-11 17:07:25 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-11 17:07:25 +0000 |
commit | 64ff516c0f7b466c1740225e90e80f68ec1d96c6 (patch) | |
tree | 3373922ec50baacb4f4a144644af38c773f0b12b /time/wmtime | |
parent | 00fa7db3c23d37a00bc247e311938cb1b9118e58 (diff) | |
download | pkgsrc-64ff516c0f7b466c1740225e90e80f68ec1d96c6.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'time/wmtime')
-rw-r--r-- | time/wmtime/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/wmtime/Makefile b/time/wmtime/Makefile index 3a1cb6002bc..83126b7c06d 100644 --- a/time/wmtime/Makefile +++ b/time/wmtime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:27:16 agc Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/11 17:10:25 snj Exp $ # DISTNAME= wmtime-1.0b2 @@ -10,11 +10,11 @@ MAINTAINER= ad@NetBSD.org COMMENT= Time/Date applet for WindowMaker WRKSRC= ${WRKDIR}/wmtime.app/wmtime -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES post-extract: ${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |