diff --git a/x11/AfterStep/Portfile b/x11/AfterStep/Portfile
index c59179debcf8..5078e585c59d 100644
a
|
b
|
|
1 | 1 | # -*- 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 |
2 | 2 | |
3 | 3 | PortSystem 1.0 |
| 4 | PortGroup active_variants 1.1 |
4 | 5 | |
5 | 6 | name AfterStep |
6 | 7 | version 2.2.11 |
… |
… |
depends_lib-append \ |
45 | 46 | port:xorg-libsm \ |
46 | 47 | port:zlib |
47 | 48 | |
| 49 | require_active_variants gdk-pixbuf2 x11 |
| 50 | |
48 | 51 | patchfiles libpng.patch |
49 | 52 | |
50 | 53 | configure.args --mandir=${prefix}/share/man \ |