diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 02:04:09 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 02:04:09 +0000 |
commit | 39a34ff15af8e61f453f12115be462ce595019f9 (patch) | |
tree | d5551685ebafc4f89f249b30547c48b0b87267e6 /korean/hanterm/Makefile | |
parent | fcf4cc59c24747bdd8603c8db125bc59a146f03b (diff) | |
download | ports-39a34ff15af8e61f453f12115be462ce595019f9.tar.gz ports-39a34ff15af8e61f453f12115be462ce595019f9.zip |
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
Notes
Notes:
svn path=/head/; revision=14036
Diffstat (limited to 'korean/hanterm/Makefile')
-rw-r--r-- | korean/hanterm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/korean/hanterm/Makefile b/korean/hanterm/Makefile index 5e69367f181b..10be8bb3901c 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 |