diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-04 22:48:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-04 22:48:28 +0800 |
commit | c7568f34eeb14940fadc66a9d6fc329cce3c6aec (patch) | |
tree | 8086757c932df1d4a78648a3b47a4a9da255c9aa /x11/avant-window-navigator | |
parent | 6d932008607b15e3424e4aad7b3d6a2e764b3a33 (diff) | |
download | freebsd-ports-gnome-c7568f34eeb14940fadc66a9d6fc329cce3c6aec.tar.gz freebsd-ports-gnome-c7568f34eeb14940fadc66a9d6fc329cce3c6aec.tar.zst freebsd-ports-gnome-c7568f34eeb14940fadc66a9d6fc329cce3c6aec.zip |
Reintroduced badly removed PKGNAMESUFFIX
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 |