diff options
author | jlam <jlam> | 2002-09-29 09:15:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-29 09:15:59 +0000 |
commit | c9726669f302a290c2779c361f67f92b72f983b2 (patch) | |
tree | 8351e6b059114797dc6687e9e389969443d56381 /x11/neXtaw | |
parent | 3357cb77454bab4adf2d6a797e09c531006c800b (diff) | |
download | pkgsrc-c9726669f302a290c2779c361f67f92b72f983b2.tar.gz |
Use gcc/buildlink2.mk instead of Makefile.gcc
Diffstat (limited to 'x11/neXtaw')
-rw-r--r-- | x11/neXtaw/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/neXtaw/Makefile b/x11/neXtaw/Makefile index 1ceeb15f45a..6d20b37615a 100644 --- a/x11/neXtaw/Makefile +++ b/x11/neXtaw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/28 15:19:11 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/09/29 09:15:59 jlam Exp $ DISTNAME= neXtaw-0.12 CATEGORIES= x11 @@ -20,11 +20,7 @@ EGDIR= ${PREFIX}/share/examples/${PKGBASE} .include "../../mk/bsd.prefs.mk" .if !empty(MACHINE_PLATFORM:MNetBSD-*-alpha) -GCC_VERSION!= gcc --version -. if (${GCC_VERSION:C/-.*$$//} == egcs) -# "egcs" cannot be used, as this package tickles c++ compiler bugs -. include "../../lang/gcc/Makefile.gcc" -. endif +. include "../../lang/gcc/buildlink2.mk .endif post-install: |