diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-16 02:04:09 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-16 02:04:09 +0000 |
commit | 08cc23cc2ead3e508f29c52852eb10ad4570950d (patch) | |
tree | e23a6eecf6b9f4c72483501ac7aa3f53d7fe4ffd | |
parent | 5bba397632c6fa9df096ad095d8a9b654769af0c (diff) | |
download | FreeBSD-ports-08cc23cc2ead3e508f29c52852eb10ad4570950d.zip FreeBSD-ports-08cc23cc2ead3e508f29c52852eb10ad4570950d.tar.gz |
Mark BROKEN for ELF:
checking for XextCreateExtension in -lXext... yes
checking for XawSimpleMenuAddGlobalActions in -lXaw... no
checking for XawSimpleMenuAddGlobalActions in -lXaw_s... no
configure: error: Unable to successfully link Athena library (-lcf_x_athena) with test program
*** Error code 1
-rw-r--r-- | korean/hanterm-xf86/Makefile | 4 | ||||
-rw-r--r-- | korean/hanterm/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/korean/hanterm-xf86/Makefile b/korean/hanterm-xf86/Makefile index a8fbe89..465b5d1 100644 --- a/korean/hanterm-xf86/Makefile +++ b/korean/hanterm-xf86/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Mar 1997 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.7 1998/08/05 09:31:21 asami Exp $ +# $Id: Makefile,v 1.8 1998/08/09 00:46:16 steve Exp $ # DISTNAME= hanterm-xf-p14 @@ -13,6 +13,8 @@ MASTER_SITES= http://pseudo.snu.ac.kr/~hwang/ MAINTAINER= junker@jazz.snu.ac.kr +BROKEN_ELF= yes + RUN_DEPENDS= ${PREFIX}/lib/X11/fonts/misc/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts USE_X_PREFIX= yes diff --git a/korean/hanterm/Makefile b/korean/hanterm/Makefile index 5e69367..10be8bb 100644 --- a/korean/hanterm/Makefile +++ b/korean/hanterm/Makefile @@ -3,7 +3,7 @@ # Date created: 12 Mar 1997 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.3 1998/03/16 07:17:40 steve Exp $ +# $Id: Makefile,v 1.4 1998/05/03 20:44:50 steve Exp $ # DISTNAME= hanterm304beta7 @@ -15,6 +15,8 @@ MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/incoming/hantermbeta7/ \ MAINTAINER= junker@jazz.snu.ac.kr +BROKEN_ELF= yes + RUN_DEPENDS= ${PREFIX}/lib/X11/fonts/misc/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts USE_IMAKE= yes |