diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 15:31:33 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 15:31:33 +0000 |
commit | 2157e96c1756fe79e8a01802d1d710edaac50cbb (patch) | |
tree | bdb894b28622f474aadbd89b6a417c6ee83b542b /www/w3m/Makefile | |
parent | b791292abe85fc042bb958b8d9f503acfdd0a54a (diff) | |
download | FreeBSD-ports-2157e96c1756fe79e8a01802d1d710edaac50cbb.zip FreeBSD-ports-2157e96c1756fe79e8a01802d1d710edaac50cbb.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42289
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'www/w3m/Makefile')
-rw-r--r-- | www/w3m/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index f06c42a..7a48b79 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -82,7 +82,8 @@ MAKE_FLAGS+= DEFS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" .endif .if defined(INLINE_IMAGE) -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib DOCS+= README.img DOCS_JP+= README.img |