Lines 37-47
Link Here
|
37 |
gnome-icon-theme-symbolic>=0:x11-themes/gnome-icon-theme-symbolic \ |
37 |
gnome-icon-theme-symbolic>=0:x11-themes/gnome-icon-theme-symbolic \ |
38 |
gnome-icon-theme>=0:misc/gnome-icon-theme |
38 |
gnome-icon-theme>=0:misc/gnome-icon-theme |
39 |
|
39 |
|
40 |
PORTSCOUT= limitw:1,even |
|
|
41 |
|
42 |
USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome \ |
40 |
USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome \ |
43 |
localbase:ldflags meson pkgconfig python:3.4+ shebangfix \ |
41 |
localbase:ldflags meson pkgconfig python:3.4+ shebangfix \ |
44 |
sqlite tar:xz xorg |
42 |
sqlite tar:xz xorg |
|
|
43 |
|
44 |
PORTSCOUT= limitw:1,even |
45 |
|
45 |
CPE_VENDOR= gnome |
46 |
CPE_VENDOR= gnome |
46 |
USE_GNOME= cairo gnomedesktop3 intlhack libwnck3 libxml2 libxslt |
47 |
USE_GNOME= cairo gnomedesktop3 intlhack libwnck3 libxml2 libxslt |
47 |
USE_XORG= x11 |
48 |
USE_XORG= x11 |
Lines 56-59
Link Here
|
56 |
|
57 |
|
57 |
PLIST_SUB+= EPHY_VERSION=${PORTVERSION:R} |
58 |
PLIST_SUB+= EPHY_VERSION=${PORTVERSION:R} |
58 |
|
59 |
|
59 |
.include <bsd.port.mk> |
60 |
.include <bsd.port.pre.mk> |
|
|
61 |
|
62 |
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 |
63 |
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-lib_ephy-sync-utils.c |
64 |
.endif |
65 |
|
66 |
.include <bsd.port.post.mk> |