View | Details | Raw Unified | Return to bug 214531
Collapse All | Expand All

(-)www/qupzilla-qt4/Makefile (-2 / +3 lines)
Lines 16-27 Link Here
16
16
17
CONFLICTS_INSTALL=	${PORTNAME}-qt5*
17
CONFLICTS_INSTALL=	${PORTNAME}-qt5*
18
18
19
USES=		desktop-file-utils execinfo pkgconfig qmake tar:xz
19
USES=		desktop-file-utils execinfo pkgconfig qmake ssl tar:xz
20
USE_QT4=	corelib gui network script sql webkit xml \
20
USE_QT4=	corelib gui network script sql webkit xml \
21
		linguisttools_build moc_build rcc_build uic_build \
21
		linguisttools_build moc_build rcc_build uic_build \
22
		imageformats_run sql-sqlite3_run
22
		imageformats_run sql-sqlite3_run
23
USE_XORG=	x11
23
USE_XORG=	x11
24
USE_OPENSSL=	yes
25
CONFIGURE_ENV=	QUPZILLA_PREFIX=${PREFIX}/
24
CONFIGURE_ENV=	QUPZILLA_PREFIX=${PREFIX}/
26
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
27
INSTALLS_ICONS=	yes
26
INSTALLS_ICONS=	yes
Lines 49-53 Link Here
49
		${WRKSRC}/src/install.pri \
48
		${WRKSRC}/src/install.pri \
50
		${WRKSRC}/src/defines.pri \
49
		${WRKSRC}/src/defines.pri \
51
		${WRKSRC}/src/lib/plugins/plugins.cpp
50
		${WRKSRC}/src/lib/plugins/plugins.cpp
51
	@${REINPLACE_CMD} -e 's|%%KDE4_INC%%|${LOCALBASE}/include/kde4|g' \
52
		${WRKSRC}/src/plugins/KWalletPasswords/KWalletPasswords.pro
52
53
53
.include <bsd.port.mk>
54
.include <bsd.port.mk>
(-)www/qupzilla-qt4/files/patch-src_plugins_KWalletPasswords_KWalletPasswords.pro (+10 lines)
Line 0 Link Here
1
--- src/plugins/KWalletPasswords/KWalletPasswords.pro.orig	2016-11-15 12:42:46 UTC
2
+++ src/plugins/KWalletPasswords/KWalletPasswords.pro
3
@@ -55,6 +55,7 @@ isEqual(QT_MAJOR_VERSION, 5) {
4
     QT += KWallet
5
 } else {
6
     LIBS += -lkdeui
7
+    INCPATH += %%KDE4_INC%%
8
 }
9
 
10
 PLUGIN_DIR = $$PWD

Return to bug 214531