diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-08-23 03:46:40 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-08-23 03:46:40 +0800 |
commit | fcbb1c83be1b94c8245b98a8fdb8d56a879ff10e (patch) | |
tree | e314bc4c84fc9e7be7359d4841d505dadd4d0fe5 /www | |
parent | 013994c562048526be3bb6c64626bfe155d4e83a (diff) | |
download | marcuscom-ports-fcbb1c83be1b94c8245b98a8fdb8d56a879ff10e.tar marcuscom-ports-fcbb1c83be1b94c8245b98a8fdb8d56a879ff10e.tar.gz marcuscom-ports-fcbb1c83be1b94c8245b98a8fdb8d56a879ff10e.tar.bz2 marcuscom-ports-fcbb1c83be1b94c8245b98a8fdb8d56a879ff10e.tar.lz marcuscom-ports-fcbb1c83be1b94c8245b98a8fdb8d56a879ff10e.tar.xz marcuscom-ports-fcbb1c83be1b94c8245b98a8fdb8d56a879ff10e.tar.zst marcuscom-ports-fcbb1c83be1b94c8245b98a8fdb8d56a879ff10e.zip |
Fix migration process. Epiphany itself seems to be a bit fragile still.
It locked up my desktop...
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18661 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany3/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/www/epiphany3/Makefile b/www/epiphany3/Makefile index e17cb3fe0..6982ac434 100644 --- a/www/epiphany3/Makefile +++ b/www/epiphany3/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \ libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ libgcr-3.so:${PORTSDIR}/security/gcr \ libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ + libnss3.so:${PORTSDIR}/security/nss \ libnotify.so:${PORTSDIR}/devel/libnotify \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ @@ -49,22 +50,14 @@ PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}" MAN1= epiphany.1 -OPTIONS_DEFINE= AVAHI NSS SPELLCHECK -OPTIONS_DEFAULT=AVAHI NSS SPELLCHECK -NSS_DESC= Import passwords from 2.26 and older +OPTIONS_DEFINE= AVAHI SPELLCHECK +OPTIONS_DEFAULT=AVAHI SPELLCHECK SPELLCHECK_DESC=Enable spell checking by default .include <bsd.port.options.mk> CONFIGURE_ARGS+= --enable-compile-warnings=no -.if ${PORT_OPTIONS:MNSS} -LIB_DEPENDS+= libnss3.so:${PORTSDIR}/security/nss -CONFIGURE_ARGS+=--enable-nss -.else -CONFIGURE_ARGS+=--disable-nss -.endif - .if ${PORT_OPTIONS:MAVAHI} LIB_DEPENDS+= libavahi-gobject.so:${PORTSDIR}/net/avahi-app .else |