diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-04 14:48:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-04 14:48:28 +0000 |
commit | bd3c39728ebf05df2d8a1a1ec91cd42ab5b955eb (patch) | |
tree | 8086757c932df1d4a78648a3b47a4a9da255c9aa /x11/avant-window-navigator | |
parent | 6b2ad23243478777a5e09b2f90d68d6abd5896a0 (diff) | |
download | ports-bd3c39728ebf05df2d8a1a1ec91cd42ab5b955eb.tar.gz ports-bd3c39728ebf05df2d8a1a1ec91cd42ab5b955eb.zip |
Notes
Diffstat (limited to 'x11/avant-window-navigator')
-rw-r--r-- | x11/avant-window-navigator/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/avant-window-navigator/Makefile b/x11/avant-window-navigator/Makefile index 6ae3e568ccf2..bbb3492f86b8 100644 --- a/x11/avant-window-navigator/Makefile +++ b/x11/avant-window-navigator/Makefile @@ -34,11 +34,13 @@ USE_GNOME+= gnomedesktop libgnomeui CONFIGURE_ARGS+= --with-desktop=gnome CONFLICTS= ${PORTNAME}-xfce4-[0-9]* ${PORTNAME}-[0-9]* WITH_GCONF= yes +PKGNAMESUFFIX= -gnome .elif ${AWN_DESKTOP} == "xfce4" OPTIONS_DEFINE= GCONF USE_XFCE+= thunar CONFIGURE_ARGS+= --with-desktop=xfce4 CONFLICTS= ${PORTNAME}-gnome-[0-9]* ${PORTNAME}-[0-9]* +PKGNAMESUFFIX= -xfce4 .else # agnostic desktop OPTIONS_DEFINE= GCONF |