diff options
author | adamw <adamw@FreeBSD.org> | 2014-06-20 09:51:36 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-06-20 09:51:36 +0800 |
commit | a2c73e7a264c621fd2ff5a600b5a3511ab067c08 (patch) | |
tree | fac53228e85c82b7e9fd21d009fcc4a3e5e07884 | |
parent | 0d736b0707e8c425c59c94ab1eca7cdbb5e89d39 (diff) | |
download | freebsd-ports-gnome-a2c73e7a264c621fd2ff5a600b5a3511ab067c08.tar.gz freebsd-ports-gnome-a2c73e7a264c621fd2ff5a600b5a3511ab067c08.tar.zst freebsd-ports-gnome-a2c73e7a264c621fd2ff5a600b5a3511ab067c08.zip |
Use tar:bz2
-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 fb63b15fc443..61eb471eb1e7 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -21,7 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_OPENSSL= yes -USE_BZIP2= yes +USES= tar:bz2 OPTIONS_DEFINE= CIPHERSTRING DIRECTFB IPV6 SVGALIB THREADS TRANS UTF8 X11 |