pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/ioquake3



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Jul 16 00:10:34 UTC 2016

Modified Files:
        pkgsrc/games/ioquake3: Makefile

Log Message:
Switch to openal-soft


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/ioquake3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/ioquake3/Makefile
diff -u pkgsrc/games/ioquake3/Makefile:1.5 pkgsrc/games/ioquake3/Makefile:1.6
--- pkgsrc/games/ioquake3/Makefile:1.5  Sat Apr 25 14:22:56 2015
+++ pkgsrc/games/ioquake3/Makefile      Sat Jul 16 00:10:33 2016
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2015/04/25 14:22:56 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2016/07/16 00:10:33 markd Exp $
 #
 
 DISTNAME=      ioquake3-1.36
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    games
 MASTER_SITES=  http://ioquake3.org/files/1.36/
 EXTRACT_SUFX=  .tar.bz2
@@ -28,7 +28,7 @@ QUAKE_ARCH=   ${MACHINE_ARCH}
 
 PLIST_SUBST+=  QUAKE_ARCH=${QUAKE_ARCH:Q}
 
-.include "../../audio/openal/buildlink3.mk"
+.include "../../audio/openal-soft/buildlink3.mk"
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index