diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 20:08:52 +0800 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 20:08:52 +0800 |
commit | cdd29ab5322d5638e2694a027ed80b4822cb88a7 (patch) | |
tree | 9a3cb1e500213f4eaab5daf5963ee16c250eee36 /palm/plucker | |
parent | 266d659d5eac28ea92dc7c099788d74ff96bac09 (diff) | |
download | freebsd-ports-gnome-cdd29ab5322d5638e2694a027ed80b4822cb88a7.tar.gz freebsd-ports-gnome-cdd29ab5322d5638e2694a027ed80b4822cb88a7.tar.zst freebsd-ports-gnome-cdd29ab5322d5638e2694a027ed80b4822cb88a7.zip |
fix build problem when latex2html is installed
PR: 37367
Submitted by: maintainer
Diffstat (limited to 'palm/plucker')
-rw-r--r-- | palm/plucker/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/palm/plucker/Makefile b/palm/plucker/Makefile index e5360d8dabec..286acd0a3e57 100644 --- a/palm/plucker/Makefile +++ b/palm/plucker/Makefile @@ -26,7 +26,9 @@ PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INSTALL_TARGET= install-prc-files install-data install-pyplucker HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --with-docdir=${DOCSDIR} +CONFIGURE_ARGS+=--with-docdir=${DOCSDIR} \ + --disable-docbuild \ + --disable-palmosbuild MAN1= pluck-comics.1 plucker-build.1 plucker-decode.1 \ plucker-dump.1 plucker-setup.1 FIND?= find |