diff options
author | will <will@FreeBSD.org> | 2000-08-20 18:14:19 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-08-20 18:14:19 +0800 |
commit | f684794fd73e065e9d155a7b88a696a0643d2a2f (patch) | |
tree | e11b6e38bfaef60f0046fc50d94a1c6669dd9666 /graphics/xmountains/files | |
parent | 4e445516b9f9c90de7934a29e48bd2eab96cc9b5 (diff) | |
download | freebsd-ports-gnome-f684794fd73e065e9d155a7b88a696a0643d2a2f.tar.gz freebsd-ports-gnome-f684794fd73e065e9d155a7b88a696a0643d2a2f.tar.zst freebsd-ports-gnome-f684794fd73e065e9d155a7b88a696a0643d2a2f.zip |
Update to 2.5. Add WWW to DESCR.
PR: 20653
Submitted by: Ports Fury
Diffstat (limited to 'graphics/xmountains/files')
-rw-r--r-- | graphics/xmountains/files/patch-aa | 43 |
1 files changed, 15 insertions, 28 deletions
diff --git a/graphics/xmountains/files/patch-aa b/graphics/xmountains/files/patch-aa index 72aea08ed910..0e1d5fcca969 100644 --- a/graphics/xmountains/files/patch-aa +++ b/graphics/xmountains/files/patch-aa @@ -1,28 +1,15 @@ -*** Imakefile.old Fri Oct 28 00:12:20 1994 ---- Imakefile Sat Nov 16 04:08:12 1996 -*************** -*** 1,9 **** -! LOCAL_LIBRARIES = -lX11 - SYS_LIBRARIES = -lm - SRCS = calcalt.c random.c artist.c global.c xmountains.c X_graphics.c print_alg.c - OBJS = calcalt.o random.o artist.o global.o xmountains.o X_graphics.o print_alg.o - HDRS = crinkle.h global.h paint.h patchlevel.h copyright.h - SHARS = README $(SRCS) $(HDRS) Imakefile xmountains.man - ComplexProgramTarget(xmountains) - - ---- 1,14 ---- -! LOCAL_LIBRARIES = $(XLIB) -! DEPLIBS = $(DEPXLIB) - SYS_LIBRARIES = -lm - SRCS = calcalt.c random.c artist.c global.c xmountains.c X_graphics.c print_alg.c - OBJS = calcalt.o random.o artist.o global.o xmountains.o X_graphics.o print_alg.o - HDRS = crinkle.h global.h paint.h patchlevel.h copyright.h - SHARS = README $(SRCS) $(HDRS) Imakefile xmountains.man -+ BINDIR= /usr/X11R6/bin -+ MANDIR= /usr/X11R6/man/man6 -+ MANSUFFIX= 6 -+ - ComplexProgramTarget(xmountains) - - +--- Imakefile.orig Wed Sep 11 22:40:57 1996 ++++ Imakefile Thu Aug 10 22:44:57 2000 +@@ -1,9 +1,10 @@ +-LOCAL_LIBRARIES = -lX11 +- SYS_LIBRARIES = -lm ++LOCAL_LIBRARIES = $(XLIB) ++ SYS_LIBRARIES = MathLibrary + SRCS = calcalt.c random.c artist.c global.c xmountains.c X_graphics.c print_alg.c + OBJS = calcalt.o random.o artist.o global.o xmountains.o X_graphics.o print_alg.o + HDRS = crinkle.h global.h paint.h patchlevel.h copyright.h + SHARS = README $(SRCS) $(HDRS) Imakefile xmountains.man Makefile.alt ++ MANSUFFIX = 6 + ComplexProgramTarget(xmountains) + + |