diff options
author | erwin <erwin@FreeBSD.org> | 2009-05-28 23:50:05 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-05-28 23:50:05 +0800 |
commit | f47ebab102c1a97d6f9be6e6f5dccac155ef481a (patch) | |
tree | 815c4abb4200b12434583faed67584b91467531d /x11 | |
parent | 548a6db7df282069baab7364feeff00962ae9883 (diff) | |
download | freebsd-ports-gnome-f47ebab102c1a97d6f9be6e6f5dccac155ef481a.tar.gz freebsd-ports-gnome-f47ebab102c1a97d6f9be6e6f5dccac155ef481a.tar.zst freebsd-ports-gnome-f47ebab102c1a97d6f9be6e6f5dccac155ef481a.zip |
Fix an unfortunate typo which broke INDEX.
Submitted by: itetcu
Diffstat (limited to 'x11')
-rw-r--r-- | x11/avant-window-navigator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/avant-window-navigator/Makefile b/x11/avant-window-navigator/Makefile index 7d6201e6f33a..4b12e7a01aa7 100644 --- a/x11/avant-window-navigator/Makefile +++ b/x11/avant-window-navigator/Makefile @@ -36,14 +36,14 @@ AWN_DESKTOP?= agnostic .if ${AWN_DESKTOP} == "gnome" USE_GNOME+= gnomedesktop libgnomeui CONFIGURE_ARGS+= --with-desktop=gnome -PNGNAMESUFFIX= -gnome +PKGNAMESUFFIX= -gnome CONFLICTS= ${PORTNAME}-xfce4-[0-9]* ${PORTNAME}-[0-9]* WITH_GCONF= yes .elif ${AWN_DESKTOP} == "xfce4" OPTIONS= GCONF "Use GConf to store configuration information" off USE_XFCE+= thunar CONFIGURE_ARGS+= --with-desktop=xfce4 -PNGNAMESUFFIX= -xfce4 +PKGNAMESUFFIX= -xfce4 CONFLICTS= ${PORTNAME}-gnome-[0-9]* ${PORTNAME}-[0-9]* .else # agnostic desktop |