Ticket #62366: 62cf8784bcec9a08713291cc25063218686b5ab5.diff

File 62cf8784bcec9a08713291cc25063218686b5ab5.diff, 648 bytes (added by cooljeanius (Eric Gallager), 3 years ago)

The PR in diff form

  • x11/AfterStep/Portfile

    diff --git a/x11/AfterStep/Portfile b/x11/AfterStep/Portfile
    index c59179debcf8..5078e585c59d 100644
    a b  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    22
    33PortSystem      1.0
     4PortGroup       active_variants 1.1
    45
    56name            AfterStep
    67version         2.2.11
    depends_lib-append \ 
    4546                port:xorg-libsm \
    4647                port:zlib
    4748
     49require_active_variants gdk-pixbuf2 x11
     50
    4851patchfiles      libpng.patch
    4952
    5053configure.args  --mandir=${prefix}/share/man \