diff options
Diffstat (limited to 'x11/imake/Makefile')
-rw-r--r-- | x11/imake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/imake/Makefile b/x11/imake/Makefile index 69240997b6b..89520783644 100644 --- a/x11/imake/Makefile +++ b/x11/imake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/24 08:43:27 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/24 09:12:52 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= imake-${XF_VER} @@ -24,7 +24,7 @@ DEPENDS+= flex-[0-9]*:../../devel/flex USE_GNU_TOOLS+= make .endif -.include "../../wip/XFree86/Makefile.common" +.include "../../meta-pkgs/XFree86/Makefile.common" post-extract: .for F in ${SYSTEMS} |