diff options
author | edwin <edwin@FreeBSD.org> | 2008-06-18 19:04:59 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-06-18 19:04:59 +0800 |
commit | 4f7b117a498f7e3aef248c9c6f2ed22e0e7c1927 (patch) | |
tree | 38021f96101033c50f666fa860e237475c5cbee1 /comms/mgetty+sendfax | |
parent | 504ba3104bbffc72c0a1e9d655fd6c8fdcf9b9eb (diff) | |
download | freebsd-ports-gnome-4f7b117a498f7e3aef248c9c6f2ed22e0e7c1927.tar.gz freebsd-ports-gnome-4f7b117a498f7e3aef248c9c6f2ed22e0e7c1927.tar.zst freebsd-ports-gnome-4f7b117a498f7e3aef248c9c6f2ed22e0e7c1927.zip |
[PATCH] comms/mgetty: [SUMMARIZE CHANGES]
- This port currently conflicts with netpbm
pkg_info -W /usr/local/bin/g3topbm
pkg_info: both mgetty-1.1.35_1 and netpbm-10.26.45 claim
to have installed /usr/local/bin/g3topbm
- netpbm has already marked a CONFLICTS, this port should
do for now as well
PR: ports/117646
Submitted by: Diane Bruce <db@db.net>
Approved by: maintainer timeout
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 4a995a4045c4..b715e8a41066 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -17,6 +17,8 @@ COMMENT= Handle external logins, send and receive faxes USE_PERL5= yes +CONFLICTS= netpbm-[0-9]* + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_FLAGS= CFLAGS="${CFLAGS}" prefix=${PREFIX} -f ALL_TARGET= noident all |