diff options
Diffstat (limited to 'textproc/hhm')
-rw-r--r-- | textproc/hhm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/hhm/Makefile b/textproc/hhm/Makefile index b014f5e92d2b..c2f8b1dbaf79 100644 --- a/textproc/hhm/Makefile +++ b/textproc/hhm/Makefile @@ -7,6 +7,7 @@ PORTNAME= hhm PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://bonedaddy.net/pabs3/hhm/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -14,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= skv@FreeBSD.org COMMENT= HTML Help Maker +LIB_DEPENDS= lzxcomp.1:${PORTSDIR}/archivers/liblzxcomp + USE_BZIP2= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_ENV= PREFIX=${PREFIX} |