diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/qfaxreader/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/comms/qfaxreader/Makefile b/comms/qfaxreader/Makefile index 30b350d341ca..dbd0c5f7843f 100644 --- a/comms/qfaxreader/Makefile +++ b/comms/qfaxreader/Makefile @@ -14,7 +14,7 @@ CATEGORIES= comms graphics print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= itetcu@people.tecnik93.com +MAINTAINER= itetcu@FreeBSD.org COMMENT= Mono/color multipage tiff/fax files visualisation/printing utility LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff @@ -37,8 +37,4 @@ OPTIONS= GDBM "For sender-id look-up (recomended)" on LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm .endif -.if ${OSVERSION} < 500000 -BROKEN= Does not compile -.endif - .include <bsd.port.post.mk> |