diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-01 03:08:57 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-01 03:08:57 +0000 |
commit | 72e9d76adc8eb1fc79731f492b3d2000f08c0690 (patch) | |
tree | 0891794cf09764f2617261f76ce27c92cf65808c /devel/libgnomeui | |
parent | 6a380cf5fa95c96bc907584db9de441422f55f18 (diff) | |
download | pkgsrc-72e9d76adc8eb1fc79731f492b3d2000f08c0690.tar.gz |
This package doesn't need perl at run time. Set USE_PERL5 to "build".
Bump PKGREVISION due to dependency change.
Diffstat (limited to 'devel/libgnomeui')
-rw-r--r-- | devel/libgnomeui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libgnomeui/Makefile b/devel/libgnomeui/Makefile index ff36e46cdec..075a6b4dbfe 100644 --- a/devel/libgnomeui/Makefile +++ b/devel/libgnomeui/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2004/10/03 00:13:30 tv Exp $ +# $NetBSD: Makefile,v 1.37 2005/01/01 03:08:57 minskim Exp $ # DISTNAME= libgnomeui-2.8.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeui/2.8/} EXTRACT_SUFX= .tar.bz2 @@ -20,7 +20,7 @@ USE_BUILDLINK3= yes USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes USE_GNU_TOOLS+= make -USE_PERL5= yes +USE_PERL5= build USE_X11= yes USE_LIBTOOL= yes |