diff options
author | abs <abs@pkgsrc.org> | 2003-06-02 14:05:00 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-06-02 14:05:00 +0000 |
commit | 0de8869fb4f488a3376d207c3132e9b4a5381523 (patch) | |
tree | fc2d901142cb1b7955f0e85c7122b66ba07f4ce1 /x11/xfce/Makefile | |
parent | b0574f51ebf82bbcf1724d5e91bde7c964771a3f (diff) | |
download | pkgsrc-0de8869fb4f488a3376d207c3132e9b4a5381523.tar.gz |
Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
Diffstat (limited to 'x11/xfce/Makefile')
-rw-r--r-- | x11/xfce/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xfce/Makefile b/x11/xfce/Makefile index 049ef751cfa..9882f51b25a 100644 --- a/x11/xfce/Makefile +++ b/x11/xfce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2003/05/05 14:42:02 jmmv Exp $ +# $NetBSD: Makefile,v 1.34 2003/06/02 14:05:09 abs Exp $ DISTNAME= xfce-3.8.18 PKGREVISION= 1 @@ -22,7 +22,7 @@ USE_GMAKE= # defined GNU_CONFIGURE= # defined .if ${MACHINE_ARCH} == "alpha" -. include "../../lang/gcc/buildlink2.mk" +. include "../../mk/gcc.buildlink2.mk" .endif CONFIGURE_ARGS+= --without-included-gettext |