diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-06-13 05:53:50 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-06-13 05:53:50 +0800 |
commit | e89041f2fca3f99afc0cb19ec3d49298297a6e00 (patch) | |
tree | 3dbeae234f587bae2efd8d9e117ea10bf697462c /comms | |
parent | e42aa3460b53d06d2f048f33effbd714ce23a6b1 (diff) | |
download | freebsd-ports-gnome-e89041f2fca3f99afc0cb19ec3d49298297a6e00.tar.gz freebsd-ports-gnome-e89041f2fca3f99afc0cb19ec3d49298297a6e00.tar.zst freebsd-ports-gnome-e89041f2fca3f99afc0cb19ec3d49298297a6e00.zip |
remove 4.x support (EOL)
PR: ports/111946
Submitted by: araujo@
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> |