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/txtmerge | |
parent | Add a file I missed in the previous commit. (diff) |
## make package
>> Checksum OK for txtmerge101.tar.gz.
===> Extracting for txtmerge-1.01
===> Patching for txtmerge-1.01
===> Configuring for txtmerge-1.01
===> Building for txtmerge-1.01
cc -O /usr/include -o txtmerge txtmerge.c
ld: /usr/include: malformed input file (not rel or archive)
*** Error code 1
Stop.
Notes
Notes:
svn path=/head/; revision=10295
Diffstat (limited to 'graphics/txtmerge')
-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 |