diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 08:36:43 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 08:36:43 +0000 |
commit | 627425cc5db8885cb2f6d60bb9c5c1b65bb25986 (patch) | |
tree | e1abd7158c2014cc53b59cca4a53415cb7ffe110 /games | |
parent | 0b9325e2d24f3b3ed96fa40eb37f0a840bdd344b (diff) | |
download | pkgsrc-627425cc5db8885cb2f6d60bb9c5c1b65bb25986.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'games')
-rw-r--r-- | games/sarien/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/sarien/Makefile b/games/sarien/Makefile index 76418136fff..d6fed7dce83 100644 --- a/games/sarien/Makefile +++ b/games/sarien/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/24 13:30:56 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/11 08:45:45 snj Exp $ # DISTNAME= sarien-0.7.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://sarien.sourceforge.net/ COMMENT= Adventure Game Interpreter (AGI) for Sierra On-Line Titles GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_GNU_TOOLS+= make @@ -28,5 +28,5 @@ do-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/etc/sarien.cfg ${EGDIR}/sarien.conf -.include "../../devel/SDL/buildlink2.mk" +.include "../../devel/SDL/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |