diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-15 16:12:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-15 16:12:20 +0800 |
commit | 2d9ec7b6a653c187fc77fc06c1629bedac4d3d2f (patch) | |
tree | 41a5f070d05e4c30095d6a6d7c571cee440e11d8 /www/mod_encoding | |
parent | 289cdea36a88a4ff416e77733c1b6832beb3b2ee (diff) | |
download | freebsd-ports-gnome-2d9ec7b6a653c187fc77fc06c1629bedac4d3d2f.tar.gz freebsd-ports-gnome-2d9ec7b6a653c187fc77fc06c1629bedac4d3d2f.tar.zst freebsd-ports-gnome-2d9ec7b6a653c187fc77fc06c1629bedac4d3d2f.zip |
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES
Diffstat (limited to 'www/mod_encoding')
-rw-r--r-- | www/mod_encoding/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_encoding/Makefile b/www/mod_encoding/Makefile index cccc9d44dc38..16a96592dc60 100644 --- a/www/mod_encoding/Makefile +++ b/www/mod_encoding/Makefile @@ -17,9 +17,8 @@ COMMENT= Apache module for non-ASCII filename interoperability #APACHE_VERSION= 1.3.6 USE_APACHE= 22+ -USES= iconv +USES= iconv gmake HAS_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --bindir=${PREFIX}/bin \ |