diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-28 15:19:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-28 15:19:11 +0000 |
commit | 4f3cfd8aade9423b2c1cc6525cc32e9f391f767c (patch) | |
tree | cbf679059b6f840a871eb9f3ffbbdff945dcb7d9 /x11 | |
parent | 4ecc4cf9a7e6bb05f3f61838247f3f3440ff323f (diff) | |
download | pkgsrc-4f3cfd8aade9423b2c1cc6525cc32e9f391f767c.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'x11')
-rw-r--r-- | x11/neXtaw/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/neXtaw/Makefile b/x11/neXtaw/Makefile index 0104955ec32..1ceeb15f45a 100644 --- a/x11/neXtaw/Makefile +++ b/x11/neXtaw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/08/12 11:56:43 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 2002/08/28 15:19:11 jlam Exp $ DISTNAME= neXtaw-0.12 CATEGORIES= x11 @@ -7,7 +7,8 @@ MASTER_SITES= http://siag.nu/pub/neXtaw/ MAINTAINER= packages@netbsd.org COMMENT= NeXTstep-like widgets based on the Athena Widget set -USE_BUILDLINK_ONLY= # defined +USE_BUILDLINK2= # defined +USE_X11BASE= # defined GNU_CONFIGURE= # defined USE_LIBTOOL= # defined @@ -20,10 +21,10 @@ EGDIR= ${PREFIX}/share/examples/${PKGBASE} .if !empty(MACHINE_PLATFORM:MNetBSD-*-alpha) GCC_VERSION!= gcc --version -.if (${GCC_VERSION:C/-.*$$//} == egcs) +. 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/Makefile.gcc" +. endif .endif post-install: @@ -36,5 +37,4 @@ post-install: ${INSTALL_DATA} $${file} ${EGDIR}; \ done -.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |