summaryrefslogtreecommitdiff
path: root/x11/neXtaw
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-28 15:19:11 +0000
committerjlam <jlam>2002-08-28 15:19:11 +0000
commit24e7bd83d244ff39598e8500ccb50b0cd097dfc2 (patch)
treecbf679059b6f840a871eb9f3ffbbdff945dcb7d9 /x11/neXtaw
parent9404ad6b374305733aa2f441d566ffb3c87e618e (diff)
downloadpkgsrc-24e7bd83d244ff39598e8500ccb50b0cd097dfc2.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'x11/neXtaw')
-rw-r--r--x11/neXtaw/Makefile12
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"