Ticket #43566: Portfile.diff

File Portfile.diff, 393 bytes (added by mthomas+macports@…, 10 years ago)
  • netpbm/Portfile

    old new  
    5050    reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/pm_config.in.h
    5151}
    5252
     53variant no_x11 description {Do not build the pamx image viewer} {
     54    depends_lib-delete       port:xorg-libX11
     55}
     56
    5357variant universal {}
    5458
    5559configure.cflags-append -fno-common