Skip to content

Commit

Permalink
windowmaker: Add missing dependencies and revbump
Browse files Browse the repository at this point in the history
Add dependencies on libjpeg-turbo, pango, webp, xorg-libXext, and
xorg-libXinerama which are used opportunistically.
  • Loading branch information
ryandesign committed Aug 7, 2024
1 parent 5194e08 commit 55fd1fd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions x11/windowmaker/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ PortSystem 1.0
PortGroup github 1.0

github.setup window-maker wmaker 0.96.0 wmaker-
revision 1

name windowmaker
github.tarball_from releases
revision 0

categories x11 x11-wm
platforms darwin freebsd
license GPL-2+
Expand All @@ -33,13 +33,19 @@ checksums rmd160 fc19c3327362097a581807cb9e2af3475ac1eabf \
universal_variant no

depends_build-append \
port:gettext \
path:bin/pkg-config:pkgconfig

depends_lib-append port:gettext \
depends_lib-append port:gettext-runtime \
port:giflib \
port:libexif \
path:include/turbojpeg.h:libjpeg-turbo \
port:libpng \
path:lib/pkgconfig/pango.pc:pango \
port:tiff \
port:webp \
port:xorg-libXext \
port:xorg-libXinerama \
port:xorg-libXmu \
port:xpm \
port:Xft2
Expand Down

0 comments on commit 55fd1fd

Please sign in to comment.