diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-13 15:33:52 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-13 15:33:52 +0000 |
commit | 40999ed6878640ff33154d062c0aa98062a840b5 (patch) | |
tree | 84900e4450c764971e178654f7da1e983ebcdf6d /editors/openoffice-2.0-devel | |
parent | BROKEN on amd64 and ia64: Does not compile (missing -fPIC) (diff) |
add WANT_GNOME=yes to let at least make -V work,
even though the port is not connected to the build
Prompted by: Dan Langille <dan@langille.org>
Diffstat (limited to 'editors/openoffice-2.0-devel')
-rw-r--r-- | editors/openoffice-2.0-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice-2.0-devel/Makefile b/editors/openoffice-2.0-devel/Makefile index 31e639d82605..3965326bb8be 100644 --- a/editors/openoffice-2.0-devel/Makefile +++ b/editors/openoffice-2.0-devel/Makefile @@ -34,6 +34,8 @@ ANT?= ${LOCALBASE}/bin/ant TCSH?= /bin/tcsh PASTE?= /usr/bin/paste +WANT_GNOME= yes + .include <bsd.port.pre.mk> BUILD_NR= 645 |