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 | |
parent | 4523bda13f3300e779c73273b0fb25e6be1f2ce5 (diff) | |
download | ports-07cce177cb082cb01af2d815a2e6571431834f86.tar.gz ports-07cce177cb082cb01af2d815a2e6571431834f86.zip |
Notes
-rw-r--r-- | x11-wm/awesome/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/awesome3/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/x11-wm/awesome3/Makefile b/x11-wm/awesome3/Makefile index 6d0f50cc3c4f..4f3063790a3e 100644 --- a/x11-wm/awesome3/Makefile +++ b/x11-wm/awesome3/Makefile @@ -34,7 +34,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \ libxcb-icccm.so:x11/xcb-util-wm \ libImlib2.so:graphics/imlib2 -CONFLICTS_INSTALL= x11-wm/awesome +CONFLICTS_INSTALL= awesome-[0-9]* DEPRECATED= Awesome WM 3.x is deprecated use 4.x instead EXPIRATION_DATE=2017-10-10 |