diff options
author | marcus <marcus@FreeBSD.org> | 2004-05-22 10:01:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-05-22 10:01:30 +0800 |
commit | 81e44bd48bba815baa3a533b513074cf8fbb2c73 (patch) | |
tree | f8a720dc709a140753759f698008b36bd1904c62 /accessibility/gnomemag/Makefile | |
parent | a271311f5d60deca35ca6e9fca9f3f502f7288da (diff) | |
download | freebsd-ports-gnome-81e44bd48bba815baa3a533b513074cf8fbb2c73.tar.gz freebsd-ports-gnome-81e44bd48bba815baa3a533b513074cf8fbb2c73.tar.zst freebsd-ports-gnome-81e44bd48bba815baa3a533b513074cf8fbb2c73.zip |
Switch to USE_BZIP2 for bandwidith reasons, and also because certain GNOME
mirrors only carrier bzip2 tarballs.
PR: 67020
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'accessibility/gnomemag/Makefile')
-rw-r--r-- | accessibility/gnomemag/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accessibility/gnomemag/Makefile b/accessibility/gnomemag/Makefile index 249df872b101..70811f7dbe75 100644 --- a/accessibility/gnomemag/Makefile +++ b/accessibility/gnomemag/Makefile @@ -16,6 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME screen magnifier +USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix atspi libbonobo lthack intlhack USE_GMAKE= yes |