diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-10-17 22:37:44 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-10-17 22:37:44 +0800 |
commit | ec66431397402368aa30ba36230d533c86dbec0a (patch) | |
tree | f970a2aa51445b3b233e9cc339ddb7a0ba68e1e0 /graphics/netpbm | |
parent | aff8eef9ac6a991fd871ec7283f2ac0e06fcc15a (diff) | |
download | freebsd-ports-gnome-ec66431397402368aa30ba36230d533c86dbec0a.tar.gz freebsd-ports-gnome-ec66431397402368aa30ba36230d533c86dbec0a.tar.zst freebsd-ports-gnome-ec66431397402368aa30ba36230d533c86dbec0a.zip |
- add CONFLICTS
Reported by: Diane Bruce
Diffstat (limited to 'graphics/netpbm')
-rw-r--r-- | graphics/netpbm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 4f693c229e49..ad78aa367230 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -38,6 +38,7 @@ MAKE_ENV= CC="${CC}" LN="${LN}" RANLIB="${RANLIB}" MAKEFILE= GNUmakefile INSTALL_TARGET= install.bin install.lib install.data install-dev USE_LDCONFIG= yes +CONFLICTS= mgetty-1.* .if !defined(WITH_NETPBM_DEVEL) PORTSCOUT= limit:^10\.26\. .endif |