diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-05-15 20:17:33 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-05-15 20:17:33 +0000 |
commit | f2259cd577b3e2213d95bf03705e9d7f28b75848 (patch) | |
tree | 038c9363b964ba261ee6af2fd436829e13d71fa2 /mail/qmHandle/Makefile | |
parent | 6dc9df4da91cb922c2936b7bc5a1bcce7e926341 (diff) |
Notes
Diffstat (limited to 'mail/qmHandle/Makefile')
-rw-r--r-- | mail/qmHandle/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/qmHandle/Makefile b/mail/qmHandle/Makefile index 9e9939b8637b..ff331832a24e 100644 --- a/mail/qmHandle/Makefile +++ b/mail/qmHandle/Makefile @@ -6,9 +6,9 @@ # PORTNAME= qmHandle -PORTVERSION= 0.5.1 +PORTVERSION= 1.0.0 CATEGORIES= mail -MASTER_SITES= http://www.io.com/~mick/soft/ +MASTER_SITES= http://www.italpro.net/mb/soft/ MAINTAINER= petef@FreeBSD.org @@ -16,6 +16,7 @@ RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-qstat:${PORTSDIR}/mail/qmail NO_WRKSUBDIR= yes NO_BUILD= yes +USE_BZIP2= yes .if exists(${LOCALBASE}/qmail/bin/qmail-qstat) QMAIL_DIR?= ${LOCALBASE}/qmail |