diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2004-08-21 22:28:35 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2004-08-21 22:28:35 +0800 |
commit | bf8f0db8ef884c9b0baf38c152de815f8c25be1e (patch) | |
tree | 5f21238ff112f632fd667b22de321e0446fec940 /www/w3m | |
parent | cecc521fdadfa746d38a07fdf47cadb6e4ed42ad (diff) | |
download | freebsd-ports-graphics-bf8f0db8ef884c9b0baf38c152de815f8c25be1e.tar.gz freebsd-ports-graphics-bf8f0db8ef884c9b0baf38c152de815f8c25be1e.tar.zst freebsd-ports-graphics-bf8f0db8ef884c9b0baf38c152de815f8c25be1e.zip |
Fix build error with LOCALBASE different from /usr/local.
Reported by: Mike Meyer <mwm@mired.org>
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index f9d124f7283..adfb61c2467 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -21,6 +21,7 @@ W3M_VERSION= 0.5.1 CONFLICTS?= ja-w3m-0.5.* ja-w3m-img-0.5.* w3m-m17n-0.5.* w3m-img-0.5.* w3m-m17n-img-0.5.* GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gc=${LOCALBASE} USE_REINPLACE= yes MAN1= w3m.1 w3mman.1 |