diff options
author | adamw <adamw@FreeBSD.org> | 2014-06-20 15:23:40 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-06-20 15:23:40 +0800 |
commit | 53369fbf4a321674d0f602be0ae1d5c3287256be (patch) | |
tree | cdaad4e517b30514949570350554d5d98bd8bdf6 /www | |
parent | 49cbb0f882611f479aed7b64a9fc95bc2fc2ad47 (diff) | |
download | freebsd-ports-gnome-53369fbf4a321674d0f602be0ae1d5c3287256be.tar.gz freebsd-ports-gnome-53369fbf4a321674d0f602be0ae1d5c3287256be.tar.zst freebsd-ports-gnome-53369fbf4a321674d0f602be0ae1d5c3287256be.zip |
Correct typo... it's tar:bzip2, not tar:bz2.
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx-current/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index f2c28ae1bf85..c93ea318ab41 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support CONFLICTS_INSTALL= lynx-2.8.[0-7].* ja-lynx-[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/g:C/p.*//} -USES= iconv shebangfix tar:bz2 +USES= iconv shebangfix tar:bzip2 USE_OPENSSL= yes SHEBANG_FILES= samples/mailto-form.pl GNU_CONFIGURE= yes |