diff options
author | sf <sf@FreeBSD.org> | 2001-02-04 03:12:11 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-02-04 03:12:11 +0800 |
commit | 7a0b360c6316231ac64cd0c22e099dfaf924cb31 (patch) | |
tree | 04af15239503bbcb23e7cd35fcc4d43efd8f2553 /textproc/latex2html/Makefile | |
parent | d597d7d2cd68b7180fcea0eca6ef517a5cf3b864 (diff) | |
download | freebsd-ports-gnome-7a0b360c6316231ac64cd0c22e099dfaf924cb31.tar.gz freebsd-ports-gnome-7a0b360c6316231ac64cd0c22e099dfaf924cb31.tar.zst freebsd-ports-gnome-7a0b360c6316231ac64cd0c22e099dfaf924cb31.zip |
enforce not to create gif files and fix pkg-plist.
Submitted by: bento
Diffstat (limited to 'textproc/latex2html/Makefile')
-rw-r--r-- | textproc/latex2html/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 8cede1bed39d..242639c28e48 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-perl=${PERL} \ + --disable-gif \ --libdir=${PREFIX}/share/${PORTNAME} post-install: |