e79fe1aabc
Many of the WWW are overwritten later which means the wrong value is used. This did not happen before where the children were either a) just using the pkg-descr from the parents b) or had their own separate pkg-descr with custom WWW Use WWW?= in parents when the child's WWW is different. Children that use the same WWW as the parent can just inherit it, i.e., the child WWW can be removed. Approved by: portmgr (implicit)
15 lines
319 B
Makefile
15 lines
319 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= net www
|
|
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
|
|
|
|
COMMENT= WebKit JavaScript plug-in for libproxy
|
|
|
|
LIB_DEPENDS= libjavascriptcoregtk-4.0.so:www/webkit2-gtk3
|
|
|
|
USES= gettext-runtime gnome
|
|
USE_GNOME= glib20
|
|
|
|
LIBPROXY_SLAVE= webkit3
|
|
MASTERDIR= ${.CURDIR}/../libproxy
|
|
|
|
.include "${MASTERDIR}/Makefile"
|