diff options
author | drochner <drochner@pkgsrc.org> | 2002-02-14 13:50:44 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-02-14 13:50:44 +0000 |
commit | 3e7e8c5420fdbf1451f244b4a41016921900122c (patch) | |
tree | 23beb9301af46eb91d7197a00b84aa72e9040ea6 /x11/gnome--/Makefile | |
parent | 2c8078644aa5bf868cf9f25b8c6cf4af2576c287 (diff) | |
download | pkgsrc-3e7e8c5420fdbf1451f244b4a41016921900122c.tar.gz |
change USE_PERL5 to a BUILD_DEPENDS - perl is not needed at runtime
Diffstat (limited to 'x11/gnome--/Makefile')
-rw-r--r-- | x11/gnome--/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome--/Makefile b/x11/gnome--/Makefile index 2bcb1223575..ef3d291966e 100644 --- a/x11/gnome--/Makefile +++ b/x11/gnome--/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/09/27 23:18:59 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/02/14 13:50:44 drochner Exp $ # DISTNAME= gnomemm-1.1.19 @@ -13,10 +13,10 @@ COMMENT= C++ binding for the GNOME libraries DEPENDS+= gnome-libs-[0-9]*:../../x11/gnome-libs DEPENDS+= libsigc++>=1.0.1:../../devel/libsigc++ DEPENDS+= gtk-->=1.2.5:../../x11/gtk-- +BUILD_DEPENDS+= perl-*:../../lang/perl5 GNU_CONFIGURE= YES USE_GMAKE= yes -USE_PERL5= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig/scripts USE_X11BASE= yes |