diff options
author | jwise <jwise> | 2000-08-31 17:26:15 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-08-31 17:26:15 +0000 |
commit | 4db3b93e37c017de01e09b8e0417c958415865cf (patch) | |
tree | a0abb616f1d673a5e33cf13af1cdc8cbd6135e6b /games/xblast/Makefile | |
parent | acfe91843cb532c32da57738baac9be0e244d29f (diff) | |
download | pkgsrc-4db3b93e37c017de01e09b8e0417c958415865cf.tar.gz |
Adapt this package to tk-8.3.2.
Diffstat (limited to 'games/xblast/Makefile')
-rw-r--r-- | games/xblast/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/xblast/Makefile b/games/xblast/Makefile index b1cda0400f2..8fe482463fb 100644 --- a/games/xblast/Makefile +++ b/games/xblast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/02/05 18:39:10 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2000/08/31 17:26:15 jwise Exp $ # DISTNAME= xblast-2.6.beta-sound @@ -10,8 +10,7 @@ MASTER_SITES= http://www.ikp.uni-koeln.de/~vogel/archive/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.ikp.uni-koeln.de/~vogel/xblast/xblast.html -DEPENDS+= tcl-8.0.5:../../lang/tcl80 -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk USE_IMAKE= yes @@ -28,6 +27,9 @@ post-patch: done; \ done +post-build: + cd ${WRKSRC}/tkXBlast && ${MAKE_ENV} ${MAKE} + post-install: ${RM} ${PREFIX}/man/cat1/xbsndsrv.0 |