diff options
author | kwm <kwm@FreeBSD.org> | 2014-10-03 20:37:06 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-10-03 20:37:06 +0800 |
commit | e61c0cbef04a1c2fd77cba73d7bbef0188331545 (patch) | |
tree | be6e6ca23cd4ae9a34afd86dc2f6dc65e786431d /x11 | |
parent | 30adc5ab3d4c779625dd429d6d9e83177b1a344c (diff) | |
download | freebsd-ports-gnome-e61c0cbef04a1c2fd77cba73d7bbef0188331545.tar.gz freebsd-ports-gnome-e61c0cbef04a1c2fd77cba73d7bbef0188331545.tar.zst freebsd-ports-gnome-e61c0cbef04a1c2fd77cba73d7bbef0188331545.zip |
Doesn't build with gnome3 version of gnome-desktop
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> |