-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
33 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $OpenBSD: Makefile,v 1.38 2011/07/02 15:22:39 robert Exp $ | ||
# $OpenBSD: Makefile,v 1.39 2011/07/06 18:29:00 ajacoutot Exp $ | ||
|
||
ONLY_FOR_ARCHS= amd64 i386 | ||
|
||
|
@@ -16,6 +16,8 @@ PKGNAME-kde= libreoffice-kde-${VERSION} | |
PKGNAME-java= libreoffice-java-${VERSION} | ||
CATEGORIES= editors productivity | ||
|
||
REVISION-main= 0 | ||
|
||
EPOCH= 0 | ||
|
||
MAINTAINER= Robert Nagy <[email protected]> | ||
|
@@ -132,7 +134,9 @@ BUILD_DEPENDS+= archivers/zip \ | |
textproc/textutils | ||
|
||
MODULES+= lang/python \ | ||
devel/gconf2 | ||
devel/gconf2 \ | ||
devel/gettext | ||
|
||
MODGCONF2_LIBDEP=No | ||
LIB_DEPENDS-main=x11/gtk+2 \ | ||
${MODPY_LIB_DEPENDS} \ | ||
|
@@ -155,10 +159,10 @@ WANTLIB-main= gdk-x11-2.0>=400.14 gtk-x11-2.0>=400.14 \ | |
WANTLIB-main+= ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp \ | ||
Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo \ | ||
crypto expat fontconfig freetype gio-2.0 glib-2.0 \ | ||
gmodule-2.0 gobject-2.0 gthread-2.0 iconv intl \ | ||
gmodule-2.0 gobject-2.0 gthread-2.0 \ | ||
jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 \ | ||
png pthread pthread-stubs ssl xcb xml2 z gdk_pixbuf-2.0 \ | ||
util ${MODGCONF2_WANTLIB} | ||
util ${MODGCONF2_WANTLIB} ${MODGETTEXT_WANTLIB} | ||
WANTLIB-main+= GL GLU Xxf86vm drm stdc++ xcb-render xcb-shm | ||
WANTLIB-main+= hunspell-1.2 gdk_pixbuf_xlib-2.0 | ||
WANTLIB-main+= ${MODPY_WANTLIB} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $OpenBSD: Makefile,v 1.74 2011/01/15 11:13:49 robert Exp $ | ||
# $OpenBSD: Makefile,v 1.75 2011/07/06 18:29:00 ajacoutot Exp $ | ||
|
||
ONLY_FOR_ARCHS= amd64 i386 | ||
|
||
|
@@ -18,6 +18,8 @@ PKGNAME-kde= openoffice-kde-${VERSION} | |
PKGNAME-java= openoffice-java-${VERSION} | ||
CATEGORIES= editors productivity | ||
|
||
REVISION-main= 0 | ||
|
||
MAINTAINER= Robert Nagy <[email protected]> | ||
|
||
HOMEPAGE= http://www.openoffice.org/ | ||
|
@@ -154,10 +156,10 @@ WANTLIB-main= gdk-x11-2.0>=400.14 gtk-x11-2.0>=400.14 \ | |
WANTLIB-main+= ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp \ | ||
Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo \ | ||
crypto expat fontconfig freetype gio-2.0 glib-2.0 \ | ||
gmodule-2.0 gobject-2.0 gthread-2.0 iconv intl \ | ||
gmodule-2.0 gobject-2.0 gthread-2.0 \ | ||
jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 \ | ||
png pthread pthread-stubs ssl util xcb xml2 z gdk_pixbuf-2.0 \ | ||
${MODGCONF2_WANTLIB} | ||
${MODGCONF2_WANTLIB} ${MODGETTEXT_WANTLIB} | ||
WANTLIB-main+= GL Xxf86vm drm python2.6 stdc++ xcb-render xcb-shm | ||
WANTLIB-main+= ${MODPY_WANTLIB} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters