diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-16 01:03:23 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-16 01:03:23 +0000 |
commit | 20fc9a00a8141b03e8b5bee9879b66226fd0bf14 (patch) | |
tree | 078202ce41220c8aa5dadcbf0c65a8090869c378 /korean/ghostscript55httf | |
parent | 204fcac961d2fa0c1b60fc444d4b99678ad35549 (diff) | |
download | FreeBSD-ports-20fc9a00a8141b03e8b5bee9879b66226fd0bf14.zip FreeBSD-ports-20fc9a00a8141b03e8b5bee9879b66226fd0bf14.tar.gz |
Mark BROKEN for ELF:
./echogs -a ldt.tr -s - -lz -lm
LD_RUN_PATH=; export LD_RUN_PATH; XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= /bin/sh <ldt.tr
/usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath)
/usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath)
/usr/X11R6/lib/libXt.so: undefined reference to `SmcSaveYourselfDone'
/usr/X11R6/lib/libXt.so: undefined reference to `IceConnectionNumber'
Diffstat (limited to 'korean/ghostscript55httf')
-rw-r--r-- | korean/ghostscript55httf/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/korean/ghostscript55httf/Makefile b/korean/ghostscript55httf/Makefile index 8a6231e..91996d6 100644 --- a/korean/ghostscript55httf/Makefile +++ b/korean/ghostscript55httf/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Mar 27 10:32:46 KST 1998 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.1.1.1 1998/07/29 14:55:44 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/09/21 08:41:45 asami Exp $ # # based on print/ghostscript5 and japanese/vfghostscript5 # use Adobe's CID-keyed font sameple(korean) because there are no @@ -27,6 +27,9 @@ DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ MAINTAINER= junker@jazz.snu.ac.kr + +BROKEN_ELF= yes + BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ /nonexistent:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip |