diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-02-22 21:44:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-02-22 21:44:22 +0000 |
commit | 0aa749d4da67168b5c0866a00e5b43d0aa32ffcf (patch) | |
tree | 55f9af7dc92ec0e0703d380957f586e00a2d8ce5 /comms | |
parent | d94803ca9a87c27e16c4d30750718b026bb8430e (diff) |
BROKEN: Replaces system lpr binary
Notes
Notes:
svn path=/head/; revision=76201
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gfax/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/gfax/Makefile b/comms/gfax/Makefile index c2222b2b25cb..ba6e23ff92bc 100644 --- a/comms/gfax/Makefile +++ b/comms/gfax/Makefile @@ -15,6 +15,8 @@ DIST_SUBDIR= gnome MAINTAINER= coop9211@uidaho.edu COMMENT= A GNOME pop-up fax manager +BROKEN= "Replaces system lpr binary" + BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake \ ${LOCALBASE}/bin/sendfax:${PORTSDIR}/comms/hylafax RUN_DEPENDS= ${LOCALBASE}/bin/sendfax:${PORTSDIR}/comms/hylafax |