diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-11-02 17:23:51 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-11-02 17:23:51 +0000 |
commit | 8e94292b61a6673f10cf2c9a4e89b7d85869b213 (patch) | |
tree | 7dd05b02f7ea27e23e37cb09e54126d20adcf030 /x11/gnomelibs | |
parent | b637dc826a351b62b08a837de6866d442a6224f5 (diff) | |
download | FreeBSD-ports-8e94292b61a6673f10cf2c9a4e89b7d85869b213.zip FreeBSD-ports-8e94292b61a6673f10cf2c9a4e89b7d85869b213.tar.gz |
Set this ports BROKEN, gtk rewrite dnd code.
Diffstat (limited to 'x11/gnomelibs')
-rw-r--r-- | x11/gnomelibs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index 08f754c..3f23d3e 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.12 1998/09/30 13:51:45 vanilla Exp $ +# $Id: Makefile,v 1.13 1998/10/01 22:43:33 vanilla Exp $ # DISTNAME= gnome-libs-0.30.1 @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ MAINTAINER= Nakai@technologist.com +BROKEN= gtk11 rewrite dnd code. + BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext LIB_DEPENDS= gdk_imlib.1:${PORTSDIR}/graphics/imlib LIB_DEPENDS+= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 |