diff options
author | vs <vs@FreeBSD.org> | 2005-01-20 21:32:16 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-01-20 21:32:16 +0800 |
commit | e78436c49c888de4c8aca61b161d9aa7225defb0 (patch) | |
tree | 27d2582d80dc8ab2b1a0a11c520de2328bb23ae1 /graphics | |
parent | 991d9c3b8123beaf6eae174fa61cb22ef59ef422 (diff) | |
download | freebsd-ports-gnome-e78436c49c888de4c8aca61b161d9aa7225defb0.tar.gz freebsd-ports-gnome-e78436c49c888de4c8aca61b161d9aa7225defb0.tar.zst freebsd-ports-gnome-e78436c49c888de4c8aca61b161d9aa7225defb0.zip |
Mark as deprecated, project seems abandoned:
Resulting application unusable, cf. PR ports/76293.
It is scheduled to be removed on or after 2005-07-01.
Nevertheless, fix build by using 'gmake'.
PR: ports/76293
Submitted by: "Mike"
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/togl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/togl/Makefile b/graphics/togl/Makefile index 377e5d41f1d5..6575b7cbf1d2 100644 --- a/graphics/togl/Makefile +++ b/graphics/togl/Makefile @@ -16,9 +16,13 @@ DISTNAME= Togl-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A Tk OpenGL widget +EXPIRATION_DATE=2005-07-01 +DEPRECATED= Resulting application unusable, cf. PR ports/76293 + LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 \ tcl84.1:${PORTSDIR}/lang/tcl84 +USE_GMAKE= yes USE_GL= yes MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" |