Fix make describe for epiphany-webkit.

This commit is contained in:
Joe Marcus Clarke 2009-05-06 19:41:58 +00:00
parent 3930091f76
commit ddf5fe9345
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233319

View file

@ -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"