diff options
Diffstat (limited to 'archivers/fileroller/Makefile')
-rw-r--r-- | archivers/fileroller/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/archivers/fileroller/Makefile b/archivers/fileroller/Makefile index 0ef1b8968f96..d310eb698c7b 100644 --- a/archivers/fileroller/Makefile +++ b/archivers/fileroller/Makefile @@ -6,12 +6,11 @@ # PORTNAME= fileroller -PORTVERSION= 2.4.4 -PORTREVISION= 1 +PORTVERSION= 2.6.0 PORTEPOCH= 1 CATEGORIES= archivers gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/file-roller/2.4 +MASTER_SITE_SUBDIR= sources/file-roller/2.6 DISTNAME= file-roller-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -21,8 +20,8 @@ COMMENT= An archive manager for zip files, tar, etc USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui lthack -USE_LIBTOOL_VER= 13 +USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |