Skip to content

Commit

Permalink
x11/hs-xmobar: Unbreak the build by removing EXAMPLES option.
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd committed Jun 3, 2023
1 parent 8c00446 commit 854178c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions x11/hs-xmobar/Makefile
Expand Up @@ -12,7 +12,7 @@ USES= cabal gnome pkgconfig xorg

USE_GNOME= cairo pango

OPTIONS_DEFINE= EXAMPLES XFT XPM MPD INOTIFY DATEZONE THREADED UVMETER
OPTIONS_DEFINE= XFT XPM MPD INOTIFY DATEZONE THREADED UVMETER
OPTIONS_DEFAULT= XFT

XFT_DESC= Use Xft to render text (UTF-8 support included)
Expand Down Expand Up @@ -151,8 +151,4 @@ USE_CABAL= OneTuple-0.4.1.1 \
CABAL_FLAGS= with_weather with_rtsopts with_utf8 \
-with_mpris -with_dbus -with_iwlib -with_nl80211 -with_alsa -all_extensions

post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/xmobar.config ${STAGEDIR}${EXAMPLESDIR}

.include <bsd.port.mk>

0 comments on commit 854178c

Please sign in to comment.