diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2017-05-18 21:20:30 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2017-05-18 21:20:30 +0000 |
commit | 07cce177cb082cb01af2d815a2e6571431834f86 (patch) | |
tree | 74cc355ae5b2799820a354e7582df144a68e13f1 /x11-wm/awesome | |
parent | 4523bda13f3300e779c73273b0fb25e6be1f2ce5 (diff) | |
download | ports-07cce177cb082cb01af2d815a2e6571431834f86.tar.gz ports-07cce177cb082cb01af2d815a2e6571431834f86.zip |
Notes
Diffstat (limited to 'x11-wm/awesome')
-rw-r--r-- | x11-wm/awesome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index 82cccdcb63a4..29680b5044a2 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -30,7 +30,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \ libxcb-xrm.so:x11/xcb-util-xrm \ libxkbcommon.so:x11/libxkbcommon -CONFLICTS_INSTALL= x11-wm/awesome3 +CONFLICTS_INSTALL= awesome3-[0-9]* USE_GITHUB= yes GH_ACCOUNT= awesomewm |