From ddf5fe9345bb7ab9dfdeb490ad530b4169a457de Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Wed, 6 May 2009 19:41:58 +0000 Subject: [PATCH] Fix make describe for epiphany-webkit. --- www/epiphany/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 479017ea7bff..ab04d89fd954 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -59,6 +59,7 @@ EXTRA_CFLAGS+= `pkg-config --cflags WebKitGtk` -I${LOCALBASE}/include/WebKit/web EXTRA_LIBS+= `pkg-config --libs WebKitGtk` CONFLICTS= epiphany-[1-9]* PLIST_SUB+= GECKO="@comment " +PLUGIN_SYMLINK= 18 .else USE_GECKO+= firefox libxul CONFIGURE_ARGS+= --with-gecko=${GECKO} \ @@ -67,6 +68,11 @@ CONFIGURE_ARGS+= --with-gecko=${GECKO} \ .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" CONFLICTS= epiphany-webkit-[1-9]* PLIST_SUB+= GECKO="" +.if ${GECKO:Mlibxul}!="" +PLUGIN_SYMLINK= 19 +.else +PLUGIN_SYMLINK= 18 +.endif .endif NO_WERROR= yes @@ -75,12 +81,6 @@ NO_WERROR= yes CONFIGURE_ARGS+= --enable-compile-warnings=no .endif -.if ${GECKO:Mlibxul}!="" -PLUGIN_SYMLINK= 19 -.else -PLUGIN_SYMLINK= 18 -.endif - .if ${HAVE_GNOME:Mpygnome2}!="" USE_PYTHON= yes .include "${PORTSDIR}/Mk/bsd.python.mk"