diff options
author | abs <abs> | 2003-06-02 14:05:00 +0000 |
---|---|---|
committer | abs <abs> | 2003-06-02 14:05:00 +0000 |
commit | c1a0cdd7849b0c34b45de0ee305e5bd833038dfa (patch) | |
tree | fc2d901142cb1b7955f0e85c7122b66ba07f4ce1 /print/ghostscript-nox11 | |
parent | 69a5e612556445e007a819d5304576ab08ce827c (diff) | |
download | pkgsrc-c1a0cdd7849b0c34b45de0ee305e5bd833038dfa.tar.gz |
Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
Diffstat (limited to 'print/ghostscript-nox11')
-rw-r--r-- | print/ghostscript-nox11/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common index a0e1c11b10f..89e1e405656 100644 --- a/print/ghostscript-nox11/Makefile.common +++ b/print/ghostscript-nox11/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.44 2003/03/29 12:42:15 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.45 2003/06/02 14:05:07 abs Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 6.01 @@ -135,7 +135,7 @@ ALL_TARGET= std .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" -. include "../../lang/gcc/buildlink2.mk" +. include "../../mk/gcc.buildlink2.mk" .endif .if defined(ZOULARISBASE) LDFLAGS+= -L${ZOULARISBASE}/lib -Wl,${RPATH_FLAG}${ZOULARISBASE}/lib |