diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-13 05:30:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-13 05:30:09 +0000 |
commit | 6da4e1cef63cb5189db93decb8fa80710fc4ea16 (patch) | |
tree | 82f0fcec1d367a44bd96bbe73f8557b5fc02edfe /archivers/file-roller/Makefile | |
parent | d847ca874c45a84c6a13e507d03b2f2ab4c42455 (diff) | |
download | ports-6da4e1cef63cb5189db93decb8fa80710fc4ea16.tar.gz ports-6da4e1cef63cb5189db93decb8fa80710fc4ea16.zip |
Notes
Diffstat (limited to 'archivers/file-roller/Makefile')
-rw-r--r-- | archivers/file-roller/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index 0f9f8053e9b3..9c69cdcabc10 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -6,7 +6,8 @@ # PORTNAME= fileroller -PORTVERSION= 2.1.2 +PORTVERSION= 2.0.4 +PORTEPOCH= 1 CATEGORIES= archivers gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,6 +22,7 @@ RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \ lzop:${PORTSDIR}/archivers/lzop USE_X_PREFIX= yes +USE_GMAKE= yes USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack GNU_CONFIGURE= yes |