diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-29 11:30:56 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-29 11:30:56 +0000 |
commit | 38ff42f2311e9d90a4d39630b39fe64a16a5eb43 (patch) | |
tree | afd3d95cacefdaa5d59dd0835cfdf27fc51a5091 /x11-toolkits/gtk13/Makefile | |
parent | 79068b9c2da611dcbe8eb1df3085874c344f3fab (diff) | |
download | FreeBSD-ports-38ff42f2311e9d90a4d39630b39fe64a16a5eb43.zip FreeBSD-ports-38ff42f2311e9d90a4d39630b39fe64a16a5eb43.tar.gz |
Add NO_LATEST_LINK.
Pointed out by: nbm
Diffstat (limited to 'x11-toolkits/gtk13/Makefile')
-rw-r--r-- | x11-toolkits/gtk13/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gtk13/Makefile b/x11-toolkits/gtk13/Makefile index 82c10ac..0bf1478 100644 --- a/x11-toolkits/gtk13/Makefile +++ b/x11-toolkits/gtk13/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 \ |