summaryrefslogtreecommitdiff
path: root/games/lbreakout/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2006-03-28 22:03:42 +0000
committerjoerg <joerg>2006-03-28 22:03:42 +0000
commit39c184d68cfb1d60f015a3683ad8a1c1fd999378 (patch)
tree8c60842ff0f43b0bad0be61c5510a2eb4f4022ec /games/lbreakout/Makefile
parent29f3dba007f2035b74be211b321b1f650225ca93 (diff)
downloadpkgsrc-39c184d68cfb1d60f015a3683ad8a1c1fd999378.tar.gz
Use pthread.buildlink3.mk consistently.
Diffstat (limited to 'games/lbreakout/Makefile')
-rw-r--r--games/lbreakout/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/games/lbreakout/Makefile b/games/lbreakout/Makefile
index b1d6802e616..a68c3f5a6a4 100644
--- a/games/lbreakout/Makefile
+++ b/games/lbreakout/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2006/02/05 23:09:19 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2006/03/28 22:03:42 joerg Exp $
DISTNAME= lbreakout-010315
PKGREVISION= 7
@@ -10,15 +10,9 @@ HOMEPAGE= http://lgames.sourceforge.net/
COMMENT= Breakout-style arcade game
GNU_CONFIGURE= YES
-CONFIGURE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS:Q}
CONFIGURE_ARGS+= --disable-sound
.include "../../devel/SDL/buildlink3.mk"
-
-PTHREAD_LIBS= -lpthread
-
-.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "pth")
-PTHREAD_LIBS+= -lpth
-.endif
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"