Changeset 99393


Ignore:
Timestamp:
Nov 4, 2012, 12:18:04 PM (11 years ago)
Author:
ryandesign@…
Message:

bitlbee: use conflicts_build (#36037)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/irc/bitlbee/Portfile

    r90951 r99393  
    33
    44PortSystem          1.0
     5PortGroup           conflicts_build 1.0
    56
    67name                bitlbee
     
    3536destroot.target     install install-etc
    3637
    37 # see #27598
    38 # this block is taken from the nodejs port
    39 pre-configure {
    40     foreach {badport badfile} "libproxy ${prefix}/include/proxy.h" {
    41         if {[file exists ${badfile}]} {
    42             ui_error "${name} cannot be built while ${badport} is active."
    43             ui_error "Please deactivate ${badport} and try again."
    44             ui_error "You can reactivate ${badport} again later."
    45             return -code error "${badport} is installed"
    46         }
    47     }
    48 }
     38# libproxy's proxy.h shadows bitlbee's; see #27598
     39conflicts_build     libproxy
    4940
    5041post-destroot {
Note: See TracChangeset for help on using the changeset viewer.