diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-04 05:25:22 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-04 05:25:22 +0000 |
commit | ef125b2d6b642aa4397d22b05b3dc0b30e322c23 (patch) | |
tree | 56ca6fe89a8e5408884e8e051f0fe7ae0732de04 /editors/openoffice-1.0 | |
parent | 3c0625e6de2b3875eca62ae397afd0a3bfb7ab9f (diff) | |
download | FreeBSD-ports-ef125b2d6b642aa4397d22b05b3dc0b30e322c23.zip FreeBSD-ports-ef125b2d6b642aa4397d22b05b3dc0b30e322c23.tar.gz |
Set {WANT,USE}_GNOME correctly to make these ports compatible with the new
bsd.port.mk.
Submitted by: kris
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 1b20a20..7467a39 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -36,6 +36,8 @@ ANT?= ${LOCALBASE}/bin/ant TCSH?= /bin/tcsh PASTE?= /usr/bin/paste +USE_GNOME= orbit gtk12 + .include <bsd.port.pre.mk> INSTALLATION_BASEDIR= OpenOffice.org1.0 @@ -129,7 +131,6 @@ USE_PERL5= yes USE_BZIP2= yes USE_BISON= yes USE_GMAKE= yes -USE_GNOME= orbit gtk12 EXTRACT_BEFORE_ARGS_R= -dc EXTRACT_AFTER_ARGS_R= | ${TAR} -xf - |