From 35741e61e9081e732cc6c3647c4078a48656e691 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 4 Oct 2012 06:30:40 +0000 Subject: [PATCH] Convert to new options framework --- x11/avant-window-navigator/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11/avant-window-navigator/Makefile b/x11/avant-window-navigator/Makefile index 80a8d6e9cdf1..cf90b3cc02a8 100644 --- a/x11/avant-window-navigator/Makefile +++ b/x11/avant-window-navigator/Makefile @@ -42,21 +42,21 @@ 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 +OPTIONS_DEFINE= GCONF USE_XFCE+= thunar CONFIGURE_ARGS+= --with-desktop=xfce4 PKGNAMESUFFIX= -xfce4 CONFLICTS= ${PORTNAME}-gnome-[0-9]* ${PORTNAME}-[0-9]* .else # agnostic desktop -OPTIONS= GCONF "Use GConf to store configuration information" off +OPTIONS_DEFINE= GCONF CONFIGURE_ARGS+= --with-desktop=agnostic CONFLICTS= ${PORTNAME}-gnome-[0-9]* ${PORTNAME}-xfce4-[0-9]* .endif .include -.if defined(WITH_GCONF) +.if ${PORT_OPTIONS:MGCONF} USE_GNOME+= gconf2 GCONF_SCHEMAS= awn.schemas awn-applets-shared.schemas CONFIGURE_ARGS+= --with-gconf