diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-29 09:34:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-29 09:34:52 +0000 |
commit | a03e5c6e4394af9d72b8af0a5ec589b21edc6194 (patch) | |
tree | 300a113cef2cad3fdc65af368fa149d7438a8bd2 /x11/xphoon | |
parent | 26b3be82b33317e94f82e1bf923030952667a140 (diff) | |
download | pkgsrc-a03e5c6e4394af9d72b8af0a5ec589b21edc6194.tar.gz |
Use gcc/buildlink2.mk instead of Makefile.gcc
Diffstat (limited to 'x11/xphoon')
-rw-r--r-- | x11/xphoon/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11/xphoon/Makefile b/x11/xphoon/Makefile index 8e61dbad1d0..911c848066b 100644 --- a/x11/xphoon/Makefile +++ b/x11/xphoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/05/21 07:41:39 cjep Exp $ +# $NetBSD: Makefile,v 1.4 2002/09/29 09:34:52 jlam Exp $ # DISTNAME= xphoon.tar @@ -14,16 +14,17 @@ COMMENT= Set the root window to the moon in its current phase WRKSRC= ${WRKDIR}/xphoon -.if (${MACHINE_ARCH} == arm32) -.include "../../lang/gcc/Makefile.gcc" -.endif - +USE_BUILDLINK2= yes USE_IMAKE= yes MAKE_FLAGS+= EXTRA_LOCAL_LIBS=${EXTRA_LOCAL_LIBS} .include "../../mk/bsd.prefs.mk" +.if ${MACHINE_ARCH} == arm32 +. include "../../lang/gcc/buildlink2.mk" +.endif + .if ${OPSYS} == "NetBSD" EXTRA_LOCAL_LIBS= -lcompat .endif |