diff options
author | snj <snj> | 2004-04-11 18:11:03 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-11 18:11:03 +0000 |
commit | eab0e035592d08034d9caa817a1579c580a159fd (patch) | |
tree | 67fed81005f25390e1469025ef04a7d4c0835eb8 /games/fkiss | |
parent | e64a993c4a28706ea07682612e2063320521c734 (diff) | |
download | pkgsrc-eab0e035592d08034d9caa817a1579c580a159fd.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'games/fkiss')
-rw-r--r-- | games/fkiss/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index 8602e2efb20..8bec04f9a44 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/24 13:30:56 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/04/11 18:11:03 snj Exp $ # DISTNAME= fkiss-0.33 @@ -16,7 +16,7 @@ PATCH_DIST_STRIP= -p1 DEPENDS+= lha-[0-9]*:../../archivers/lha -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_X11= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes @@ -45,5 +45,5 @@ do-install: >${PREFIX}/share/doc/fkiss/`${BASENAME} $$i`; \ done -.include "../../mk/ossaudio.buildlink2.mk" +.include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |