diff options
author | snj <snj@pkgsrc.org> | 2004-03-10 01:05:09 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-10 01:05:09 +0000 |
commit | 9ad8fd8caba8a640af4ac906cea46a4714ab96a1 (patch) | |
tree | e43b8f2234b2f0710d7f3611a531fa5de54cccc2 /games/lpairs | |
parent | 31c3e475ec8d35c9ed79cdfae1c0b19fb0a4c3eb (diff) | |
download | pkgsrc-9ad8fd8caba8a640af4ac906cea46a4714ab96a1.tar.gz |
Use bl3.
Diffstat (limited to 'games/lpairs')
-rw-r--r-- | games/lpairs/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/lpairs/Makefile b/games/lpairs/Makefile index af267503964..cf889499c24 100644 --- a/games/lpairs/Makefile +++ b/games/lpairs/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/26 21:41:19 jmmv Exp $ -# +# $NetBSD: Makefile,v 1.6 2004/03/10 01:05:09 snj Exp $ DISTNAME= lpairs-1.0 PKGREVISION= 2 @@ -10,9 +9,9 @@ MAINTAINER= xs@nitric.net HOMEPAGE= http://lgames.sourceforge.net/ COMMENT= Memory game matching pairs of cards -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES -.include "../../devel/SDL/buildlink2.mk" +.include "../../devel/SDL/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |