diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-12-09 02:52:22 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-12-09 02:52:22 +0000 |
commit | 23c079b4a7c8b624b8c02130edfa715d45bab35d (patch) | |
tree | 9106a8c1e038928aa4135d5786aa091f80ccab2f /x11-toolkits/p5-Gnome | |
parent | 37dec3bd6a52b581c43880c4b879cf167bf6290e (diff) |
Change RUN_DEPENDS to BUILD_DEPENDS,
and set p5-GtkGLArea BROKEN, it need p5-OpenGL :(
Notes
Notes:
svn path=/head/; revision=35797
Diffstat (limited to 'x11-toolkits/p5-Gnome')
-rw-r--r-- | x11-toolkits/p5-Gnome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Gnome/Makefile b/x11-toolkits/p5-Gnome/Makefile index f58a7009054d..22112da4e3c7 100644 --- a/x11-toolkits/p5-Gnome/Makefile +++ b/x11-toolkits/p5-Gnome/Makefile @@ -15,7 +15,7 @@ DISTNAME= Gtk-Perl-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk/Gdk/ImlibImage.pm:${PORTSDIR}/x11-toolkits/p5-GdkImlib +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk/Gdk/ImlibImage.pm:${PORTSDIR}/x11-toolkits/p5-GdkImlib USE_PERL5= yes USE_GNOME= yes |