diff options
author | Steve Price <steve@FreeBSD.org> | 1999-08-22 03:57:03 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-08-22 03:57:03 +0000 |
commit | a42fcb96dd5098be3d6742167910617f779996fa (patch) | |
tree | c36b5c61d54db57be9e1203b1a89ac379ada78f0 /devel/libglade | |
parent | Initial import of the GNOME glade library version 0.3. (diff) |
Mark this port broken. It doesn't link correctly on many boxes because
libtool summarily deletes --rpath directives in link mode.
Notes
Notes:
svn path=/head/; revision=20869
Diffstat (limited to 'devel/libglade')
-rw-r--r-- | devel/libglade/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index cf219818674c..51d8cbfde9c7 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -3,7 +3,7 @@ # Date created: 18 August 1999 # Whom: Ade Lovett <ade@lovett.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/08/22 03:54:24 steve Exp $ # DISTNAME= libglade-0.3 @@ -16,6 +16,8 @@ MAINTAINER= ade@lovett.com LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \ xml.4:${PORTSDIR}/textproc/libxml +BROKEN= problems with rpath handling in libtool + GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_PERL5= yes |