diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-07-25 06:31:38 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-07-25 06:31:38 +0800 |
commit | 7cf4389c2664d5164cc2a517ab07b1890c27b9e7 (patch) | |
tree | b812555c9056274597347b51becca7eb9883dd57 /devel/bugzilla42 | |
parent | 82a0f0951ba2babcac8eefc40982cf615dfca826 (diff) | |
download | freebsd-ports-graphics-7cf4389c2664d5164cc2a517ab07b1890c27b9e7.tar.gz freebsd-ports-graphics-7cf4389c2664d5164cc2a517ab07b1890c27b9e7.tar.zst freebsd-ports-graphics-7cf4389c2664d5164cc2a517ab07b1890c27b9e7.zip |
- fix conflict line
Diffstat (limited to 'devel/bugzilla42')
-rw-r--r-- | devel/bugzilla42/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bugzilla42/Makefile.common b/devel/bugzilla42/Makefile.common index 6bee3b1e3d2..2347be42371 100644 --- a/devel/bugzilla42/Makefile.common +++ b/devel/bugzilla42/Makefile.common @@ -4,7 +4,7 @@ DIST_SUBDIR= ${PORTNAME} -CONFLICTS= bugzilla-3.* +CONFLICTS= bugzilla-3.* \ bugzilla-4.0.* PORTSCOUT= limitw:1,even |