diff options
author | snj <snj@pkgsrc.org> | 2004-04-18 07:30:16 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-18 07:30:16 +0000 |
commit | d0bbfe5cf1a9c3126e5fc160c61f6f70bd0db4d8 (patch) | |
tree | 266b4c81c700695260229c525c58e9385c887441 /x11/wmfire | |
parent | 448cd5b386b0c6847b05b6c449e4dcc11297396e (diff) | |
download | pkgsrc-d0bbfe5cf1a9c3126e5fc160c61f6f70bd0db4d8.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'x11/wmfire')
-rw-r--r-- | x11/wmfire/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/wmfire/Makefile b/x11/wmfire/Makefile index 890fad7991e..ab065c5660d 100644 --- a/x11/wmfire/Makefile +++ b/x11/wmfire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 22:56:48 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/04/18 07:37:07 snj Exp $ # DISTNAME= wmfire-0.0.3.9pre4 @@ -9,7 +9,7 @@ MASTER_SITES= http://staff.xmms.org/zinx/misc/ MAINTAINER= hubertf@NetBSD.org COMMENT= Displays generated fire according to system load -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES @@ -21,5 +21,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/wmfire ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/wmfire -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |