From e3fff5641b6f7e41bd07d36b96919cf5b03e6aca Mon Sep 17 00:00:00 2001 From: xtraeme Date: Fri, 19 Mar 2004 02:25:28 +0000 Subject: NetBSD doesn't use __unix__ nor unix, so use __NetBSD__ and so on in slPortability.h to include which is needed to get defined(BSD) in sl.h. While I'm here switch to use buildlink3. Bump PKGREVISION to 1. --- games/plib/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'games/plib/Makefile') diff --git a/games/plib/Makefile b/games/plib/Makefile index 1dbd6457a56..e78d96fab1e 100644 --- a/games/plib/Makefile +++ b/games/plib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2003/09/22 12:27:28 xtraeme Exp $ +# $NetBSD: Makefile,v 1.11 2004/03/19 02:25:28 xtraeme Exp $ # DISTNAME= plib-1.6.0 +PKGREVISION= 1 CATEGORIES= games x11 MASTER_SITES= http://plib.sourceforge.net/dist/ @@ -9,12 +10,11 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://plib.sourceforge.net/ COMMENT= Libraries for writing portable games/realtime interactive apps -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES CPPFLAGS+= -Dunix=1 -.include "../../graphics/Mesa/buildlink2.mk" - -.include "../../mk/ossaudio.buildlink2.mk" +.include "../../graphics/Mesa/buildlink3.mk" +.include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3