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

(-)Makefile (-1 / +4 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	kompozer
9
PORTNAME=	kompozer
10
DISTVERSION=	0.8b3
10
DISTVERSION=	0.8b3
11
PORTREVISION=	1
11
PORTREVISION=	2
12
CATEGORIES=	www
12
CATEGORIES=	www
13
MASTER_SITES=	SF/${PORTNAME}/current/${DISTVERSION}
13
MASTER_SITES=	SF/${PORTNAME}/current/${DISTVERSION}
14
DISTNAME=	${PORTNAME}-${DISTVERSION}-src
14
DISTNAME=	${PORTNAME}-${DISTVERSION}-src
Lines 21-26 Link Here
21
USE_BZIP2=	yes
21
USE_BZIP2=	yes
22
USE_GECKO=	gecko
22
USE_GECKO=	gecko
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
USE_XORG=	xext xt x11
25
MAKE_JOBS_UNSAFE=	yes
26
USE_GNOME=	gnomelibs
24
WRKSRC=		${WRKDIR}/mozilla
27
WRKSRC=		${WRKDIR}/mozilla
25
MAKEFILE=	client.mk
28
MAKEFILE=	client.mk
26
ALL_TARGET=	build_all
29
ALL_TARGET=	build_all
(-)files/patch-build_unix_mozilla-xpcom.pc.in (-6 / +7 lines)
Lines 1-8 Link Here
1
--- build/unix/mozilla-xpcom.pc.in.orig	Thu Jun 24 12:23:09 2004
1
--- build/unix/mozilla-xpcom.pc.in.orig	2009-05-02 12:41:00.000000000 -0400
2
+++ build/unix/mozilla-xpcom.pc.in	Thu Jun 24 12:23:18 2004
2
+++ build/unix/mozilla-xpcom.pc.in	2010-10-10 21:56:08.718545662 -0400
3
@@ -8,4 +8,4 @@
3
@@ -8,5 +8,4 @@
4
 Description: The Mozilla Cross Platform Component Library
4
 Version: %MOZILLA_VERSION%
5
 Version: %MOZILLA_VERSION%
5
 Requires: mozilla-nspr = %MOZILLA_VERSION%
6
 Requires: %NSPR_NAME% >= %NSPR_VERSION%
6
 Libs: -L${libdir} -lxpcom
7
-Libs: -L${libdir} -lxpcom
7
-Cflags: -I${includedir}/xpcom -I${includedir}/string
8
-Cflags: -I${includedir} -I${includedir}/xpcom -I${includedir}/string
8
+Cflags: -I${includedir}/xpcom -I${includedir}/string -I${includedir}
9
+Cflags: -I${includedir}/xpcom -I${includedir}/string -I${includedir}

Return to bug 151378