diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-23 02:03:29 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-23 02:03:29 +0000 |
commit | 3119b9d636e58bab350b5a13b12fe2f15b59f375 (patch) | |
tree | e586805a323623c14e5bc3a4c6f6421f51164975 /editors/openoffice-1.1 | |
parent | 3bc925b3cc32293ce9c1a106e3c2da6ce43ca3a6 (diff) | |
download | ports-3119b9d636e58bab350b5a13b12fe2f15b59f375.tar.gz ports-3119b9d636e58bab350b5a13b12fe2f15b59f375.zip |
Notes
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 87c160dd9444..afb1fa7d66f1 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -99,6 +99,7 @@ CXX= g++32 BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ gcp:${PORTSDIR}/sysutils/coreutils \ + xmkmf:${X_IMAKE_PORT} \ ${X11BASE}/lib/libXft.so:${PORTSDIR}/x11-fonts/libXft .if !defined(DISPLAY) BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} |