diff options
Diffstat (limited to 'archivers/file-roller/Makefile')
-rw-r--r-- | archivers/file-roller/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index dc44e3516d4..2dc5ce3507a 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/04/01 18:56:04 jmmv Exp $ +# $NetBSD: Makefile,v 1.28 2004/04/14 16:15:20 jmmv Exp $ # DISTNAME= file-roller-2.6.0 @@ -11,13 +11,13 @@ HOMEPAGE= http://fileroller.sourceforge.net/ COMMENT= Front-end to archiving programs like tar and zip BUILD_USES_MSGFMT= yes -DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs DEPENDS+= gtar-base>=1.13.25:../../archivers/gtar-base DEPENDS+= unzip>=5.50nb2:../../archivers/unzip DEPENDS+= zip>=2.3nb2:../../archivers/zip GNU_CONFIGURE= yes USE_BUILDLINK3= yes +USE_DIRS+= gnome2-1.5 USE_GNU_TOOLS+= make USE_PERL5= build USE_PKGLOCALEDIR= yes |