diff options
author | asami <asami@FreeBSD.org> | 1998-03-23 12:56:22 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-03-23 12:56:22 +0800 |
commit | 6a8e0279afdf653b3c21e61e923ed0e7f44f5070 (patch) | |
tree | aa50549fca6e75e0334044e28a8853ff0f2e610c /graphics/txtmerge | |
parent | a5576ed15d46146f91da623fd13622ba15663275 (diff) | |
download | freebsd-ports-gnome-6a8e0279afdf653b3c21e61e923ed0e7f44f5070.tar.gz freebsd-ports-gnome-6a8e0279afdf653b3c21e61e923ed0e7f44f5070.tar.zst freebsd-ports-gnome-6a8e0279afdf653b3c21e61e923ed0e7f44f5070.zip |
## 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.
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 |