diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-23 04:56:22 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-23 04:56:22 +0000 |
commit | c284ff836f2fd9343e9524fbe17e7fd018004226 (patch) | |
tree | ac62bc765290af6377bf49982d3f61f6608ff61c /graphics | |
parent | d82b3c81a27ddf4a4d3ab3df77a8e20bdf20c247 (diff) | |
download | ports-c284ff836f2fd9343e9524fbe17e7fd018004226.tar.gz ports-c284ff836f2fd9343e9524fbe17e7fd018004226.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/txtmerge/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/txtmerge/Makefile b/graphics/txtmerge/Makefile index f5c5440a7c38..f3b85d5c6358 100644 --- a/graphics/txtmerge/Makefile +++ b/graphics/txtmerge/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1996 # Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.2 1997/08/25 14:32:30 itojun Exp $ +# $Id: Makefile,v 1.3 1997/10/17 13:17:14 itojun Exp $ # DISTNAME= txtmerge101 @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/www/xanime/ \ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp +BROKEN= build + WRKSRC= ${WRKDIR}/txtmerge ALL_TARGET= txtmerge |