diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-12 18:16:47 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-12 18:16:47 +0000 |
commit | 8957322d2c1155d48deaa32e65eb298c818ba5ff (patch) | |
tree | b5201a6da2b3f582e5c42c90ee64e08a2c1c3f8e /print/xtem/Makefile | |
parent | 278b38bd3456cfa11d5247aa1552e73175787d25 (diff) | |
download | FreeBSD-ports-8957322d2c1155d48deaa32e65eb298c818ba5ff.zip FreeBSD-ports-8957322d2c1155d48deaa32e65eb298c818ba5ff.tar.gz |
Mark BROKEN for ELF:
===> Patching for xtem-6.18
===> Applying FreeBSD patches for xtem-6.18
In string, @WISHX now must be written as \@WISHX at -e line 1, near "@WISHX"
In string, @TCLSH now must be written as \@TCLSH at -e line 1, near "@TCLSH"
In string, @XTEMPATH now must be written as \@XTEMPATH at -e line 1, near "@XTEMPATH"
Execution of -e aborted due to compilation errors.
*** Error code 255
Diffstat (limited to 'print/xtem/Makefile')
-rw-r--r-- | print/xtem/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/xtem/Makefile b/print/xtem/Makefile index 0143e1a..77c2840 100644 --- a/print/xtem/Makefile +++ b/print/xtem/Makefile @@ -3,7 +3,7 @@ # Date created: 01 June 1997 # Whom: Peter Cornelius <pc@inr.fzk.de> # -# $Id: Makefile,v 1.4 1998/05/25 07:34:12 tg Exp $ +# $Id: Makefile,v 1.5 1998/06/27 05:19:25 asami Exp $ DISTNAME= xtem_texmenu.6.18 PKGNAME= xtem-6.18 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.iwd.uni-bremen.de/pub/tex/xtem/ MAINTAINER= ports@FreeBSD.ORG +BROKEN_ELF= patch + RUN_DEPENDS= wishx:${PORTSDIR}/lang/tclX80 .if defined(BUILD_IT_ALL) RUN_DEPENDS+= gv:${PORTSDIR}/print/gv \ |