diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-06-20 13:03:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-06-20 13:03:26 +0800 |
commit | 9c0572bd43bbcf286423ab88438f0f5d3d4b610c (patch) | |
tree | f24f392513dcf08302f47cf88c223d783da954a4 /www | |
parent | 4c2bbd367536878aa3fd9672148dc315ee498ab7 (diff) | |
download | freebsd-ports-gnome-9c0572bd43bbcf286423ab88438f0f5d3d4b610c.tar.gz freebsd-ports-gnome-9c0572bd43bbcf286423ab88438f0f5d3d4b610c.tar.zst freebsd-ports-gnome-9c0572bd43bbcf286423ab88438f0f5d3d4b610c.zip |
- Fix typo
Diffstat (limited to 'www')
-rw-r--r-- | www/links/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index 61eb471eb1e7..4fec8f27e9ec 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -21,7 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_OPENSSL= yes -USES= tar:bz2 +USES= tar:bzip2 OPTIONS_DEFINE= CIPHERSTRING DIRECTFB IPV6 SVGALIB THREADS TRANS UTF8 X11 |