diff options
Diffstat (limited to 'emulators/xcopilot/Makefile')
-rw-r--r-- | emulators/xcopilot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xcopilot/Makefile b/emulators/xcopilot/Makefile index 4d0cd7ab6d0..0072454bb15 100644 --- a/emulators/xcopilot/Makefile +++ b/emulators/xcopilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/05 23:09:05 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/12/15 20:32:55 joerg Exp $ # DISTNAME= xcopilot-0.6.6 @@ -17,5 +17,5 @@ GNU_CONFIGURE= YES post-extract: ${RM} -f ${WRKSRC}/mc68k/custom.c -.include "../../graphics/xpm/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |