Fix make describe for epiphany-webkit.
This commit is contained in:
parent
3930091f76
commit
ddf5fe9345
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233319
1 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue