diff options
author | snj <snj> | 2004-04-24 15:58:44 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-24 15:58:44 +0000 |
commit | 612abd2ca443f7d79912ed0406f894be199d71a6 (patch) | |
tree | a79d44a5edfe962661bcabcf9cfd5b2b313dfdf7 /x11/fvwm-wharf | |
parent | fb4425c9f3df00186946e7ead9cdefa416d5ed6e (diff) | |
download | pkgsrc-612abd2ca443f7d79912ed0406f894be199d71a6.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'x11/fvwm-wharf')
-rw-r--r-- | x11/fvwm-wharf/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/fvwm-wharf/Makefile b/x11/fvwm-wharf/Makefile index a68918ea1cc..b245b611401 100644 --- a/x11/fvwm-wharf/Makefile +++ b/x11/fvwm-wharf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/10/21 13:39:33 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2004/04/24 15:58:44 snj Exp $ DISTNAME= AfterStep-1.0 PKGNAME= fvwm-wharf-1.0 @@ -9,9 +9,8 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.afterstep.org/ COMMENT= Copy of AfterStep's Wharf compatible with fvwm2 -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES -USE_X11BASE= YES # We don't want the '-a' flag XMKMF= ${XMKMF_CMD} @@ -22,5 +21,5 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/modules/Wharf/Wharf ${PREFIX}/bin/Fvwm-Wharf ${INSTALL_MAN} ${WRKSRC}/modules/Wharf/Wharf.man ${PREFIX}/man/man1/Fvwm-Wharf.1 -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |