diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-10-03 12:37:06 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-10-03 12:37:06 +0000 |
commit | e63ef6c3c0ecf79f85a8f1400fb0a6ca6f5abc23 (patch) | |
tree | be6e6ca23cd4ae9a34afd86dc2f6dc65e786431d /x11 | |
parent | Remove the gnome option, it doesn't work anymore after gnome3 is imported. (diff) |
Doesn't build with gnome3 version of gnome-desktop
Notes
Notes:
svn path=/head/; revision=369889
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/avant-window-navigator-gnome/Makefile | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/x11/Makefile b/x11/Makefile index 6a2361d87a15..84ff0059a5fe 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -12,7 +12,6 @@ SUBDIR += arandr SUBDIR += aterm SUBDIR += avant-window-navigator - SUBDIR += avant-window-navigator-gnome SUBDIR += babl SUBDIR += bbappconf SUBDIR += bbdock diff --git a/x11/avant-window-navigator-gnome/Makefile b/x11/avant-window-navigator-gnome/Makefile deleted file mode 100644 index d2f2e538b938..000000000000 --- a/x11/avant-window-navigator-gnome/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 8 -AWN_DESKTOP= gnome -MASTERDIR= ${.CURDIR}/../avant-window-navigator - -.include <${MASTERDIR}/Makefile> |