diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 18:16:47 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 18:16:47 +0000 |
commit | 786e3a4cb5e2763dcb6741dabbb7179cf08f70bd (patch) | |
tree | 9fe5ad7e2437fbb210af8704f3fd10541ea75887 /print/xtem | |
parent | Mark BROKEN for ELF: (diff) |
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
Notes
Notes:
svn path=/head/; revision=13908
Diffstat (limited to 'print/xtem')
-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 0143e1a00175..77c28400c109 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 \ |