diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-29 11:30:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-29 11:30:56 +0000 |
commit | 05f612a149f3d4091beb3f78dffcb27fc2ab2e49 (patch) | |
tree | 5e9554b97b5779786991c944dd446a168521ee96 /x11-toolkits/gtk20 | |
parent | Use new variable XFREE86_VERSION. (diff) |
Add NO_LATEST_LINK.
Pointed out by: nbm
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 82c10ac5ab5a..0bf1478e75f5 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -15,6 +15,8 @@ DISTNAME= gtk+-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org +NO_LATEST_LINK= "Unstable, development version." + LIB_DEPENDS= glib-1.3.1:${PORTSDIR}/devel/glib13 \ pango.0:${PORTSDIR}/x11-toolkits/pango \ png.4:${PORTSDIR}/graphics/png \ |