diff options
author | Peter Wemm <peter@FreeBSD.org> | 2000-02-08 09:29:51 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2000-02-08 09:29:51 +0000 |
commit | 02c5b6c7c66d3d8899f1f633179ae1b6237ec7be (patch) | |
tree | aa71189f8a4e9a419534ee1fef0431c8d8a61cc3 /x11-clocks | |
parent | 3d2ac2c67b1541c99a54b2403a3da4a5b428b66a (diff) | |
download | ports-02c5b6c7c66d3d8899f1f633179ae1b6237ec7be.tar.gz ports-02c5b6c7c66d3d8899f1f633179ae1b6237ec7be.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/glclock/files/patch-aa | 2 | ||||
-rw-r--r-- | x11-clocks/glclock/pkg-descr | 2 | ||||
-rw-r--r-- | x11-clocks/wmdate/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/wmtz/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/x11-clocks/glclock/files/patch-aa b/x11-clocks/glclock/files/patch-aa index 62a534d6ab10..7ad697b8e23f 100644 --- a/x11-clocks/glclock/files/patch-aa +++ b/x11-clocks/glclock/files/patch-aa @@ -21,7 +21,7 @@ + LIB_PATH = -L${X11BASE}/lib -Wl,-rpath,/usr/X11R6/lib + +# Link with -lGL on FreeBSD so we use hardware-accelerated GL, when installed. -+# (see http://www.freebsd.org/~3d) ++# (see http://people.FreeBSD.org/~3d) + LIBS = -lglut -lGLU -lGL -lXext -lXmu -lX11 -lm -lXi # for Mesa diff --git a/x11-clocks/glclock/pkg-descr b/x11-clocks/glclock/pkg-descr index 3c8e5e50bfaf..5a51843b8779 100644 --- a/x11-clocks/glclock/pkg-descr +++ b/x11-clocks/glclock/pkg-descr @@ -1,3 +1,3 @@ glclock is a OpenGL demo with benchmarking capability. For fun and performance testing, glclock will be of some use for those who have -hardware-accelerated 3D cards (see www.freebsd.org/~3d) or very fast CPUs. +hardware-accelerated 3D cards (see people.FreeBSD.org/~3d) or very fast CPUs. diff --git a/x11-clocks/wmdate/Makefile b/x11-clocks/wmdate/Makefile index 0f1e3ccd9913..2aeeac6d3c05 100644 --- a/x11-clocks/wmdate/Makefile +++ b/x11-clocks/wmdate/Makefile @@ -9,7 +9,7 @@ DISTNAME= wmdate-0.7 CATEGORIES= x11-clocks windowmaker afterstep MASTER_SITES= http://wit401310.student.utwente.nl/apps/apps/ \ - http://www.freebsd.org/~jim/distfiles/ + http://people.FreeBSD.org/~jim/distfiles/ MAINTAINER= jim@FreeBSD.org diff --git a/x11-clocks/wmtz/Makefile b/x11-clocks/wmtz/Makefile index 725ba66ab802..4c1e4227d77b 100644 --- a/x11-clocks/wmtz/Makefile +++ b/x11-clocks/wmtz/Makefile @@ -9,7 +9,7 @@ DISTNAME= wmtz-0.5 CATEGORIES= x11-clocks windowmaker afterstep MASTER_SITES= http://www.algonet.se/~jlin/wmtz/ \ - http://www.freebsd.org/~jim/distfiles/ + http://people.FreeBSD.org/~jim/distfiles/ MAINTAINER= jim@FreeBSD.org |