diff options
author | jseger <jseger@FreeBSD.org> | 1998-09-25 02:54:22 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-09-25 02:54:22 +0800 |
commit | 9d60ae21d2737725b0ffed3c5fd5fb854d3e5433 (patch) | |
tree | e226596a77a3e5013b243f91b0d596afadbcaf02 /astro | |
parent | 4782c222c4f5e5393300da4763b86a1098321600 (diff) | |
download | freebsd-ports-gnome-9d60ae21d2737725b0ffed3c5fd5fb854d3e5433.tar.gz freebsd-ports-gnome-9d60ae21d2737725b0ffed3c5fd5fb854d3e5433.tar.zst freebsd-ports-gnome-9d60ae21d2737725b0ffed3c5fd5fb854d3e5433.zip |
BROKEN for ELF:
ndwinit.o wndwmaus.o prntcurs.o prntcent.o fitsio.o imio.o wcs.o worldpos.o platepos.o wcscon.o slasubs.o iraf2fits.o hget.o hput.o -o saoimage -lm btnlib/libbtn.a -L/usr/X11R6/lib -lX11
cc: btnlib/libbtn.a: No such file or directory
*** Error code 1
Diffstat (limited to 'astro')
-rw-r--r-- | astro/saoimage/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/saoimage/Makefile b/astro/saoimage/Makefile index ed7e1cb39574..08fb94bedb22 100644 --- a/astro/saoimage/Makefile +++ b/astro/saoimage/Makefile @@ -3,7 +3,7 @@ # Date created: 21 Feb 1998 # Whom: giffunip@asme.org # -# $Id: Makefile,v 1.2 1998/07/24 12:22:47 scrappy Exp $ +# $Id: Makefile,v 1.3 1998/08/05 09:30:41 asami Exp $ # DISTNAME= saoimage-1.22 @@ -16,6 +16,8 @@ MAKEFILE= makefile ALL_TARGET= FreeBSD INSTALL_TARGET= -f makefile.$(ALL_TARGET) install_saobin install_saoman +BROKEN_ELF= build + MANL= saoimage.l USE_X_PREFIX= yes |