diff options
-rw-r--r-- | games/quake3arena-demo/Makefile | 4 | ||||
-rw-r--r-- | games/quake3arena/Makefile | 4 | ||||
-rw-r--r-- | security/amavis-perl/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games/quake3arena-demo/Makefile b/games/quake3arena-demo/Makefile index 172e33f4129..e49701736d4 100644 --- a/games/quake3arena-demo/Makefile +++ b/games/quake3arena-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/01/20 12:15:41 agc Exp $ +# $NetBSD: Makefile,v 1.20 2004/07/02 20:53:20 wiz Exp $ DISTNAME= linuxq3ademo-1_11-6_x86_gz PKGREVISION= 1 @@ -22,7 +22,7 @@ DEPENDS+= suse_glx>=6.4:../../emulators/${SUSE_DIR_PREFIX}_glx .include "../../emulators/suse_linux/Makefile.application" .else USE_X11= yes -.include "../../graphics/MesaLib/buildlink2.mk" +.include "../../graphics/MesaLib/buildlink3.mk" .endif NO_CONFIGURE= yes diff --git a/games/quake3arena/Makefile b/games/quake3arena/Makefile index 2b2210ca134..7981dc8557a 100644 --- a/games/quake3arena/Makefile +++ b/games/quake3arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/04/15 00:20:29 xtraeme Exp $ +# $NetBSD: Makefile,v 1.17 2004/07/02 20:53:20 wiz Exp $ DISTNAME= linuxq3apoint-1.32b.x86 PKGREVISION= 1 @@ -23,7 +23,7 @@ DEPENDS+= suse_glx>=6.4:../../emulators/${SUSE_DIR_PREFIX}_glx .include "../../emulators/suse_linux/Makefile.application" .else USE_X11= yes -.include "../../graphics/MesaLib/buildlink2.mk" +.include "../../graphics/MesaLib/buildlink3.mk" .endif NO_SRC_ON_FTP= no diff --git a/security/amavis-perl/Makefile b/security/amavis-perl/Makefile index d6f43e38263..8bfcc120537 100644 --- a/security/amavis-perl/Makefile +++ b/security/amavis-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:52:50 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/07/02 20:47:49 wiz Exp $ DISTNAME= amavisd-${VERSION} PKGNAME= amavis-perl-${VERSION} @@ -111,5 +111,5 @@ do-install: .include "../../mk/bsd.pkg.mk" .if defined(USE_MILTER) && ${USE_MILTER} == "YES" -.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/pthread.buildlink3.mk" .endif |